/cross-platform-image-picker

Cross platform python kivy image picker

Primary LanguagePython

Cross-platform kivy image picker

The maximum required number of functions for working with the image picker has been added to the example

Usage and installation

Download python directly or use conda environment

git clone https://github.com/Neizvestnyj/cross-platform-image-picker.git

Desktop:

cd cross-platform-image-picker
pip install -r requirements.txt
python main.py

Android

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

iOS

To build iOS app use kivy-ios

kivy-ios installation

toolchain build python3 kivy pillow plyer