A todo list app for your terminal, written in python.
- Fork and clone the repository in your local machine
- Create a virtual environment
- Install requirements from requirements.txt using
pip install -r requirements.txt
- Try running following command:
python todos.py help
