- Python 3.9
- Pipenv
-
Enable Python virtual environment by
$ source venv/bin/activate
-
Install all dependencies using pipenv
$ pipenv install
$ python cli.py
There are 3 available commands, list
, add
and exit
.
- List is listing all todo items
- Add is adding new todo item to local memory list
- Exit is closing the todo CLI connection