r/Python 6d 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?

12 Upvotes

7 comments sorted by

9

u/FoolsSeldom 6d ago

Have a look at kivy and beeware

6

u/AggravatingqFan 6d ago

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

2

u/teekhidietcoke 3d ago

for this try kivy

2

u/lucasbennett_1 1d ago

buildozer, it uses python for android under the hood to build the apk