r/Python 23h ago

Discussion Pyinstaller for android?

Hello friends, is there any way to make an APK from Windows or another operating system using a Python library similar to PyInstaller?

Convert .py in .apk?

6 Upvotes

5 comments sorted by

9

u/FoolsSeldom 22h ago

Have a look at kivy and beeware

5

u/AggravatingqFan 21h ago

PyInstaller builds desktop apps only. Use Buildozer, P4A, or Briefcase to compile Python to APK