ariporad / TODO.py

A basic command line todo list in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO.py


I was learning python, and coming from JS, I did the only thing I knew how to do. I made an (MVC) todo list app. It runs entirely in the command line, is extremely basic, and it only has been tested on a mac. It currently only stores TODOs in memory, so don't put anything too important in it. WIP.


Running

If you want to run this, first you must create the virtualenv (requires virtualenv):

$ virtualenv venv

Then activate it (For convenience, a .env is included, to do this automagically):

$ . ./venv/bin/activate

Then install the dependencies:

$ pip install -r requirements.txt

Then run it.

$ python main.py

License

MIT: ariporad.mit-license.org

About

A basic command line todo list in python


Languages

Language:Python 100.0%