This is Todo Tracker for command line interface. It is built using rich, Typer and Sqlite3.
pip install -r requirements.txt
-
Python>=3.3
install python
-
Rich Library
pip install rich
-
Typer Library
pip install Typer
-
Add
python todocli.py add <TASK> <CATEGORY>
-
Show
python todocli.py show
-
Update
python todocli.py update <POSITION> <TASK> <CATEGORY>
-
Delete
python todocli.py delete <POSITION>
Note: Command show
works fine for unix/linux operating systems but may face issues in displaying done column in windows.