The maximum required number of functions for working with the image picker has been added to the example
Download python directly or use conda environment
git clone https://github.com/Neizvestnyj/cross-platform-image-picker.git
cd cross-platform-image-picker
pip install -r requirements.txt
python main.py
You can build an android application only on a Unix system. To build apk and aab use buildozer and p4a
pip install buildozer
cd cross-platform-image-picker
buildozer android debug deploy run logcat
To build iOS app use kivy-ios
toolchain build python3 kivy pillow plyer