1 repositorio
Packaging systems that bundle Python applications with UI backends into Android binaries for distribution.
Distinct from App Store Packaging: Distinct from App Store Packaging: bundles Python apps with multiple UI backends into Android binaries, not general store distribution.
Explore 1 awesome GitHub repository matching devops & infrastructure · Python Mobile App Packagers. Refine with filters or upvote what's useful.
python-for-android is a toolchain that compiles Python applications and their dependencies into installable Android APK or AAB packages. It bundles a Python interpreter and standard library into an Android package, enabling Python code to run natively on mobile devices. The project provides a recipe-based build engine that automates dependency resolution, version pinning, and custom compilation steps for Android targets. The system cross-compiles Python and native C-extension libraries for multiple Android CPU architectures, producing separate native binaries for each target and packaging the
Bundles Python apps with Kivy, PySDL2, or WebView UI backends into Android binaries.