- pygame - the top level pygame package
- pygame.Color - pygame object for color representations
- pygame.Overlay - pygame object for video overlay graphics
- pygame.PixelArray - pygame object for direct pixel access of surfaces
- pygame.Rect - pygame object for storing rectangular coordinates
- pygame.Surface - pygame object for representing images
- pygame.camera - pygame module for camera use
- pygame.cdrom - pygame module for audio cdrom control
- pygame.cursors - pygame module for cursor resources
- pygame.display - pygame module to control the display window and screen
- pygame.draw - pygame module for drawing shapes
- pygame.event - pygame module for interacting with events and queues
- pygame.examples - module of example programs
- pygame.font - pygame module for loading and rendering fonts
- pygame.gfxdraw - pygame module for drawing shapes
- pygame.image - pygame module for image transfer
- pygame.joystick - pygame module for interacting with joystick devices
- pygame.key - pygame module to work with the keyboard
- pygame.mask - pygame module for image masks.
- pygame.midi - pygame module for interacting with midi input and output.
- pygame.mixer - pygame module for loading and playing sounds
- pygame.mouse - pygame module to work with the mouse
- pygame.movie - pygame module for playback of mpeg video
- pygame.scrap - pygame module for clipboard support.
- pygame.sndarray - pygame module for accessing sound sample data
- pygame.sprite - pygame module with basic game object classes
- pygame.surfarray - pygame module for accessing surface pixel data using array interfaces
- pygame.tests - Pygame unit test suite package
- pygame.time - pygame module for monitoring time
- pygame.transform - pygame module to transform surfaces
- pygame.version - small module containing version information


