python-for-android
python-for-android copied to clipboard
Turn your Python application into an Android APK
Added a pygame-ce recipe for newer developers, i saw the opportunity to contribute to this community, and i already used this on my project.
Closes #2661 #2955 Surpasses #2957 CC: @AndreMiras @misl6 Is approach used here is fine?
### 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 ### Description The Quickstart guide link on the...
Hello everyone and thanks for this great project. I added "sqlcipher3" in my "buildozer.spec" file and it compiled good, but when I tried to debug, there was not an ARM64...
< provider android:name="androidx.core.content.FileProvider" android:authorities="${applicationId}.fileprovider" android:exported="false" android:grantUriPermissions="true"> Right now as far as I understood, there is no other way to add the provider tag into the manifest other than manually? It...
Vosk is the engine, an application written in Python and based on neural networks that recognizes words in several languages (depending on the dictionary you load) and works independently (it...
### Versions - Python: 3.10.12 - OS: Linux mint 21.3 - Kivy: 2.2.1 - Cython: 0.29.33 - OpenJDK: 17 ### Description How to use curl_cffi library in buildozer? After packaging...
Updated the `ffpyplayer` version from 4.3.2 (2020) to the [latest](https://github.com/matham/ffpyplayer/releases) release (2023). Also updated the url. I'm already using the version `ffpyplayer` 4.4.0 on computer and on my phone (on...
I want to add ```pydantic-core``` recipe but, half of ```pydantic-core```'s code is using rust programming lanugage, and I don't know if it: ```py from pythonforandroid.recipe import CompiledComponentsPythonRecipe class PydanticcoreRecipe(CompiledComponentsPythonRecipe): version...