PythonTaskManagement
📝 Python Task Management App
A simple and interactive Command-Line Task Management Application built using Python. This project allows users to manage their daily tasks efficiently through a menu-driven interface.
📌 Features
- ➕ Add new tasks
- ✏️ Update existing tasks
- ❌ Delete tasks
- 📋 View all tasks
- 🚪 Exit the application
- 🖥️ Easy-to-use command-line interface
🛠️ Technologies Used
- Python 3
- Lists
- Loops
- Conditional Statements
- Functions
- User Input Handling
📂 Project Structure
Python_Task_Management/
│── task_management.py
└── README.md▶️ How to Run
- Clone this repository:
git clone https://github.com/vaishnavi-142006/Python_Task_Management.git- Navigate to the project folder:
cd Python_Task_Management- Run the program:
python task_management.py💻 Sample Output
--------------WELCOME TO THE TASK MANAGEMENT APP--------------
Enter how many tasks you want to add:
3
Enter task 1:
Study Python
Enter task 2:
Complete Assignment
Enter task 3: