> cat /dev/github | grep security-tools
discovered 03 Aug 2026

python-for-android

via awesome-list
→ View on GitHub
python-for-android (p4a) is a development tool designed for packaging Python applications into binaries compatible with Android devices, producing formats such as APK, AAB, and AAR. Its notable features include support for multiple CPU architectures and automatic dependency management for most pure Python packages, as well as flexibility through custom bootstraps for various backend libraries. While it is recommended to use p4a via Buildozer for centralized configuration and pre-installed dependencies, it can function independently for more advanced use cases.