pyglet
Package — Game DevPython 3.7+Intermediate
Windowing and multimedia for games and visualization
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- None (pure Python, uses system OpenGL)
- Install
pip install pyglet
Learn by Difficulty
Quick Example
python
# Install: pip install pyglet import pyglet # Basic pyglet usage print(f"Using pyglet") # See documentation for detailed examples
pyglet is a third-party package. Windowing and multimedia for games and visualization. Install with: pip install pyglet
Try in PlaygroundTags
packagegame-developmentgraphicsinteractive