Python_To_APK icon indicating copy to clipboard operation
Python_To_APK copied to clipboard

You can convert your Python Code to Android APK.

Results 9 Python_To_APK issues
Sort by recently updated
recently updated
newest added

Hi. I saw your tutorial on packaging kivy/kivymd app on google colab. It was very helpful. i do have a problem. I am trying to package my app and also...

I had to change requirements.txt from: `kivymd~=0.104.2.dev0` `Kivy~=2.0.0rc4` to: `kivy_deps.sdl2_dev~=0.5.1` `kivymd~=0.104.2.dev0` and then do: `pip install olefile` just saying if you want to fix that (:

Is it possible to export any python code with this package ? I would like to deploy my Flet Python source code on Android and I am looking for solutions.Thanks...

It seems that this project is outdated. Can you please update it?