todoapp-voc

Todo App for Android written in Python, powered by BeeWare - https://pybee.org

BSD-3-CLAUSE License

Stars
14

TodoApp

NOTE: this is under development, not functionaly yet

A simple To-Do list app

How to run in development

Ensure that you have Android SDK installed.

Install the Python development requirements:

pip install -r requirements-dev.txt

Plug in your Android device or start an emulator.

Build and run the app:

python setup.py android --start