Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Todo List CLI

Follow the tutorial to make your own Todo List CLI using Python

Python Todo List Cli

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

Usage

  1. Login with your email
  2. Create a todo list
  3. Add tasks to the todo list
  4. List the lists (ls -a to show all lists)
  5. Toggle to check and uncheck tasks

About

Python Todo List CLI using Click, PyInquirer and Cotter

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages