Follow the tutorial to make your own Todo List CLI using Python
Usage: cli.py [OPTIONS] COMMAND [ARGS]...
A Todo List CLI
Options:
--help Show this message and exit.
Commands:
add Create a todo task for a list
create Create a todo list
login Login to use the API
ls Show lists
toggle Update tasks in a list- Login with your email
- Create a todo list
- Add tasks to the todo list
- List the lists (
ls -ato show all lists) - Toggle to check and uncheck tasks
