{{attachment:PyGameLogo.gif}} A very easy to use and powerful Python interface to the [[http://www.libsdl.org|Simple Directmedia Library]] (SDL) platform independent graphic, audio and input libraries. There are numerous examples, and the documentation is very good. You'll be surprised at how easy it is to write games or other graphics-intensive programs with it. You can find it at http://www.pygame.org [[http://inventwithpython.com/pygame|"Making Games with Python & Pygame"]] -- A free book covering Python and Pygame [[https://www.youtube.com/playlist?list=PLHwXkLexR9MBphqmOjXrn0bt_kXceBkUF|Pygame Video Tutorials]] [[http://www.apress.com/9781590598726|Beginning Game Development with Python and Pygame]] -- A new book discussing game development using Pygame [[http://pygametutorials.wikidot.com/|Yet Another PyGame tutorial - OOP approach!!]] There is a GUI toolkit based on Pygame called OcempGUI. See also [[PythonGames]]