0

I have a python script(.py) and I have installed some libraries for this script, is there any way I make it usable for android I have tried to convert it to EXE then APK but I hit a dead-end

ShadowRanger
  • 143,180
  • 12
  • 188
  • 271

1 Answers1

1
pip install kivy 

Kivy is a cross platform library, which you can deploy .py to .apk and the rest.

ShadowRanger
  • 143,180
  • 12
  • 188
  • 271