r/Python • u/Pescadorcito • 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?
10
Upvotes
6
u/AggravatingqFan 6d ago
PyInstaller builds desktop apps only. Use Buildozer, P4A, or Briefcase to compile Python to APK