A brief description of what this project does and who it's for
This is Python CLI-TOdo Application which helps you to manage the tasks and Track them.
I'm a CS Student and Interested in DevOps/Cloud and Machine Learning...
FileName.py method todo category
for eg ;
FileName.py add "Todo1" "Sports"
So basically there 5 commands
- add-> For adding the task to our Todo
- Complete-> For changing the status of the task
- delete-> It Erases your task from Todo
- show -> It displays yout Todo Tasks
- update -> It updates an item
Contributions are always welcome!