Quick terminal based logical approach for to-do app (this is one of my first projects in python)
Description: A interface for to-do list created using Python and tabulate is the library being used for making tables
Use pip to install the package tabulate
which is the only requirement.
$ pip install tabulate
Use python to run the application
$ python project.py
Use pytest to test the application
$ pytest test_project.py