Skip to content

Release 2020.04.29

Compare
Choose a tag to compare
@AndreMiras AndreMiras released this 07 May 20:47
· 561 commits to develop since this release
17dfa6a

python-for-android is a packaging tool for Python apps on Android. You can
create your own Python distribution including the modules and
dependencies you want, and bundle it in an APK along with your own code.

Features include:

  • Different app backends including Kivy, PySDL2, and a WebView with
    Python webserver.
  • Automatic support for most pure Python modules, and built in support
    for many others, including popular dependencies such as numpy and
    sqlalchemy.
  • Multiple architecture targets, for APKs optimised on any given
    device.