python-for-android is an open source build tool to let you package Python code into standalone android APKs. These can be passed around, installed, or uploaded to marketplaces such as the Play Store just like any other Android app. This tool was originally developed for the Kivy cross-platform graphical framework, but now supports multiple bootstraps and can be easily extended to package other types of Python apps for Android. python-for-android supports two major operations; first, it can compile the Python interpreter, its dependencies, backend libraries and python code for Android devices. This stage is fully customisable: you can install as many or few components as you like. The result is a standalone Android project which can be used to generate any number of different APKs, even with different names, icons, Python code etc. The second function of python-for-android is to provide a simple interface to these distributions.
Features
- Build parameters and Python code to taste
- You can install as many or few components as you like
- Getting up and running on python-for-android (p4a) is a simple process
- For Android NDK, note that modern releases will only work on a 64-bit operating system
- To build your application, you need to specify name, version, and a package identifier
- Compile the Python interpreter, its dependencies, backend libraries and python code for Android devices
License
MIT LicenseFollow python-for-android
User Reviews
-
Bom