Simple paint app example
Usage and installation
Download python directly or use conda environment
git clone https://github.com/Neizvestnyj/kivy-paint.git
cd kivy-paint
pip install -r requirements.txt
python main.py
Build desktop application
pip install pyinstaller
pyinstaller main.spec -y
Android
You can build an android application only on a Unix system. To build apk and aab use buildozer and p4a
pip install buildozer
buildozer android debug deploy run logcat
iOS
To build iOS app use kivy-ios
toolchain build python3 kivy pillow plyer
toolchain pip install --no-deps kivymd