This is a Python based To-do list
A simple command-line task manager written in Python. Saves tasks locally using a JSON file.
tasks.jsonpython todo.py add "Finish project"
python todo.py list
python todo.py done 1
python todo.py delete 1
python todo.py list --all