{"library":"pygame","type":"library","category":null,"description":"Pygame is a set of Python modules designed for writing video games. It leverages the Simple DirectMedia Layer (SDL) library, providing cross-platform access to your computer's multimedia hardware, such as sound, video, mouse, keyboard, and joystick. The current stable version is 2.6.1, with frequent minor and bugfix releases, often bundling updates to the underlying SDL library.","language":"python","status":"active","version":"2.6.1","tags":["game-development","gui","multimedia","2d-graphics"],"install":[{"cmd":"pip install pygame","imports":["import pygame","pygame.init()","pygame.display.set_mode((width, height))","for event in pygame.event.get():","pygame.image.load('path/to/image.png')","pygame.time.Clock()"]}],"homepage":"https://www.pygame.org","github":"https://github.com/pygame/pygame","docs":"https://pygame.org/docs","changelog":null,"pypi":"https://pypi.org/project/pygame/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":50,"avg_install_s":2.4,"avg_import_s":0.36,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/pygame/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}