Skip to content

Amitgajare2/todocli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todos Python App

Preview of after setup completed..

Screenshot-2022-01-06-171632-2

Installing Commands

  1. apt update && apt install git -y
  2. git clone https://github.com/Amitgajare2/todocli
  3. cd todocli
  4. ls
  5. chmod +x *
  6. ./install

run commands

python todocli.py --help
python todocli.py add "Todo" category
python todocli.py delete 1
python todocli.py complete 1

Visit My Website{ Click Here }