Makes a subset of Pygame (http://www.pygame.org) functionality available for Android. This allows games written in Python to be run on the Android platform.This package is intended for developers, and it allows developers to test applications on their device. End users don't need to install this unless it's requested by an application.Pygame is originally by Pete Shinners, and is now an open source project.Recent changes:Updates Python to version 2.7.1.Adds APIs to determine the screen DPI, and manage the keyboard.Adds urllib, io, uuid, and json modules; idna, base64, and hex encodings. Optionally adds the sqlite3 and PIL modules. Note: Upgrading to 0.9.3 will require a call to android.init() to be added to your app. See the changelog at the website for more information.Content rating: Everyone