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.gitcd cross-platform-image-picker
pip install -r requirements.txt
python main.pyYou can build an android application only on a Unix system. To build apk and aab use buildozer and p4a
pip install buildozercd cross-platform-image-picker
buildozer android debug deploy run logcatTo build iOS app use kivy-ios
toolchain build python3 kivy pillow plyer