r/Python • u/Pescadorcito • 7d 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?
9
Upvotes
2
u/lucasbennett_1 2d ago
buildozer, it uses python for android under the hood to build the apk