Skip to content

Cookiecutter template for applications built upon the kivy-framework.

License

Notifications You must be signed in to change notification settings

aflp91/cookiecutter-kivy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cookiecutter-kivy

Cookiecutter template for applications built upon the kivy-framework.

Related

Usage

Create a new app via:

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

Features

  • GPL v2 license
  • Customized README
  • Python gitignore

Get started easily

Launch the newly created app via:

cd project_directory
python main.py

Testsuite included

Run its tests either with Python3:

cd project_directory
python -m unittest discover

Or with nose:

cd project_directory
nosetests

Deployment-ready

The app is ready for deployment to kivy launcher on Android.

http://kivy.org/docs/guide/packaging-android.html#packaging-your-application-for-the-kivy-launcher

TODO

  • Buildozer spec
  • Sphinx docs
  • CI testing

About

Cookiecutter template for applications built upon the kivy-framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published