hackebrot / cookiecutter-kivy

:video_game: Minimal Cookiecutter for Python Kivy Apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cookiecutter-kivy

Please note that this project is no longer actively maintained. 🚧

Basic Cookiecutter template for NUI applications built upon the Kivy python-framework.

For a feature-rich Kivy app template please check out Cookiedozer.

Features

Usage

Create a new app via:

cookiecutter https://github.com/hackebrot/cookiecutter-kivy.git

Get started easily

Launch the newly created app via:

cd project_directory
python main.py

Testsuite included

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

Deployment-ready

The app is ready for deployment to Kivy Launcher on Android.

License

Distributed under the terms of the MIT license, cookiecutter-kivy is free and open source software

Issues

Report bugs at https://github.com/hackebrot/cookiecutter-kivy/issues.

About

:video_game: Minimal Cookiecutter for Python Kivy Apps

License:MIT License


Languages

Language:Python 100.0%