Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

hackebrot/cookiecutter-kivy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

🎮 Minimal Cookiecutter for Python Kivy Apps

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages