============ Pygame ============ .. module:: django.apps Installing Pygame ========================= .. console:: $ pip install pygame Using Pygame ========================= The Pygame package contains a number of modules that can be used independently. There is a module for each of the devices that you might use in a game, and many others to make game creation a breeze. See Table 3-1 for all the Pygame modules. You access these modules through the pygame namespace; for instance, pygame.display refers to the display module.