Skip to content

nilesh-sengupta/ToDo-app-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ToDo-app-CLI

A very simple and lightweight ToDo app using python that can be used from the command line
1)cd into the location where the project is contained in your machine
2)To get list of available commands use "python todo_app.py --help"
docs 1
3)To add a task in the list use "python todo_app.py add "the task" "
replacement 2
4)To view the list of tasks pending use "python todo_app.py read"
replacement
5)To delete a task once you are done with it use "python todo_app.py delete task number"
replacemen

About

A very simple and lightweight ToDo app using python that can be used from the command line

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages