Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 366 Bytes

File metadata and controls

21 lines (16 loc) · 366 Bytes

Python CLI Task Manager 🧩

A simple and professional command-line task manager built with Python.

🔧 Technologies

  • Python
  • argparse
  • JSON

📌 Features

  • Add tasks
  • List tasks
  • Mark tasks as completed
  • Remove tasks
  • Persistent storage using JSON

▶️ How to use

Add a task:

python main.py --add "Study Python"