Skip to content

This is a Python based To-do list

AayuAmor/Todo-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Todo-python

This is a Python based To-do list

Smart To-Do CLI App

A simple command-line task manager written in Python. Saves tasks locally using a JSON file.

Features

  • Add new tasks
  • List tasks (pending or all)
  • Mark tasks as complete
  • Delete tasks
  • Local storage using tasks.json

How to Use

run the python code and write these command in terminal

python todo.py add "Finish project"
python todo.py list
python todo.py done 1
python todo.py delete 1
python todo.py list --all

About

This is a Python based To-do list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages