Python CLI To-Do App Features Add, list, complete, and delete tasks via the command line Persist tasks in a JSON file Supports listing tasks due today How to Use python app.py add python app.py list python app.py complete 2 python app.py delete 3 python app.py list --today