//Todo-pythonbyAayuAmor

Todo-python

This is a Python based To-do list

0
0
0
Python

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
[beta]v0.13.0