Basic Cookiecutter template for NUI applications built upon the Kivy and KivyMD python-framework.
Create a new app via:
cookiecutter https://github.com/Dev-loper0/cookiecutter-kivymd.git
Launch the newly created app via:
cd project_directory
python3 main.py
- Kivy version is not less than 1.10.1
- Kivymd
- PIL
- Python 3 (Python 2 not supported)