Skip to content

nawazm92/py-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

py-todo

This is simple TODO app (command line interface only) built using python 2.7

How to use

Make sure you have python installed in your system, to check python installed, just open terminal and run python -V

If not installed, google it "how to install python in mac/linux/win"

Else

git clone ...

and then open terminal and run it like $ python todo.py PARAMS

PARAMS

list [all / completed] To list all tasks

add "Task details" To add new task

complete #TaskID To complete particular task followed by TaskID

delete #TaskID To delete particular task followed by TaskID

About

Simple TODO app CLI based built using python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages