A command-line interface to-do list created using Python
Use pip to install the package tabulate
$ pip install tabulate
Use python to run the application
$ python project.py
Use pytest to test the application
$ pytest test_project.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.