Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 1.12 KB

README.rst

File metadata and controls

65 lines (39 loc) · 1.12 KB

oddmerapp

Kyvy app for multiplatform camera for Odd platform app.

Features

  • TODO

Usage

Launching the app

Kivy is compatible with Python 2 as well as Python 3:

cd oddmerapp
python main.py

Running the testsuite

Run its testsuite either with Python3:

cd oddmerapp
python -m unittest discover

Or with nose:

cd oddmerapp
nosetests

Or with py.test:

cd oddmerapp
py.test

Deploying to Android

You can easily run the app on Android by using the Kivy Launcher.

License

Distributed under the terms of the MIT license, oddmerapp free and open source software

Issues

Report bugs at https://github.com/verasativa/oddmerapp/issues.