PyTodoApp is a python CLI (Command Line Interface) app that lets users manage their daily tasks in different ways.
Once you’ve downloaded the repository on to your local machine, head over to your preferred IDE and open the project. If you run into any issues, feel free to open an issue here
All of the Commands are here:
--query
--update
--remove
--record
--complete
Command:
python -m todoapp --record tonight "06:30 PM" "07:00 PM" "Cook Dinner" :Food
Ouput:
Successfully inserted 'Cook Dinner'!
Command:
python -m todoapp --query all
Ouput:
Command:
python -m todoapp --query tags
Ouput:
Command:
python -m todoapp --update 1 Play
Ouput:
Command: python -m todoapp --remove STUDY
Output:
Command: python -m todoapp --complete 1
Output: