---📝 Console-Based To-Do List (Python)

A simple terminal-based To-Do List app written in Python. It lets users add, view, and remove tasks in a clear and interactive way.

---🚀 Features

Add tasks from the terminal View all current tasks Remove a specific task Fully offline, runs in Python --- 🛠️ Requirements

Python 3.x ▶️ How to Run Save the code in a file named todo.py Open terminal/command prompt Run the script: python todo.py ---📌 Future Suggestions Save tasks to a file

Load tasks from file at startup

Add task deadlines or priorities

Share this project:

Updates