📝 Python To-Do List
A simple command-line To-Do List program built using Python. It allows users to manage their daily tasks through an easy-to-use menu-driven interface.
✨ Features
- ➕ Add new tasks
- 📋 View all tasks
- ❌ Remove tasks
- ✅ Mark tasks as completed
- 🚪 Exit the program
🛠️ Built With
- Python 3
📚 Concepts Used
- Functions (enumerate())
- Lists
- Loops (while and for)
- Conditional Statements (if, elif, else)
- User Input (input())
- List Methods (append(), pop())
- String Manipulation
- Exception Handling (try-except)
🚀 How to Run
- Clone this repository:
git clone https://github.com/rajaryansingh23/ToDo-List.git- Open the project folder:
cd ToDo-List- Run the program:
python To-Do.py📂 Project Structure
ToDo-List/
└── To-Do.py