python-for-android
python-for-android copied to clipboard
Turn your Python application into an Android APK
Adding support for one of the most popular machine-learning frameworks in python.
### Checklist - [ ] the issue is indeed a bug and not a support request - [x] issue doesn't already exist: https://github.com/kivy/python-for-android/issues - [x] I have a short, runnable...
When is pytorch supported? If you support pytorch like that you can simply apply AI to mobile. If you don't have that idea, I hope I've said it and considered...
### Checklist - [x] the issue is indeed a bug and not a support request - [x] issue doesn't already exist: https://github.com/kivy/python-for-android/issues - [x] I have a short, runnable example...
I cannot add sympy when I build apk file with buildozer. ### Checklist - [x] the issue is indeed a bug and not a support request - [x] issue doesn't...
The example in examples/android/takepicture Has some issues with PIL 1. The way this recipe ise set up kivy is the only requirement and thus PIL isnt built/ installed ``` 03-18...
Android has been changing a lot of things in their API and that gives real headache to Frameworks like Kivy. Accessing files in android 11 and later proves to be...
### Checklist - [x] the issue is indeed a bug and not a support request - [x] issue doesn't already exist: https://github.com/kivy/python-for-android/issues - [ ] I have a short, runnable...
### Checklist - [x] the issue is indeed a bug and not a support request - [x] issue doesn't already exist: https://github.com/kivy/python-for-android/issues - [ ] I have a short, runnable...
### Versions - Python: 3.8 - OS: Android 9 - Kivy: 1.11.1 - OpenJDK: 1.8 ### Description I tried to use ffprobe in my ```helper.py``` as: ``` def get_video_length(filename): ffprobe...