Skip to content

yotor1221/python-cli-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages