Basic Cookiecutter template for NUI applications built upon the Kivy python-framework.
For a feature-rich Kivy app template please check out Cookiedozer.
- MIT license file
- Customized README
- Python gitignore
Create a new app via:
cookiecutter https://github.com/hackebrot/cookiecutter-kivy.git
Launch the newly created app via:
cd project_directory python main.py
Run its tests either with Python 3:
cd project_directory python -m unittest discover
Or with nose:
cd project_directory nosetests
Or with py.test:
cd project_directory py.test
The app is ready for deployment to Kivy Launcher on Android.
Distributed under the terms of the MIT license, cookiecutter-kivy is free and open source software
Report bugs at https://github.com/hackebrot/cookiecutter-kivy/issues.