← 全部工具

vaishnavi-142006/Python_Task_Management

热度 75 更新于 效率与自动化

A simple Python command-line Task Management application to add, update, delete, and view daily tasks.

githubauto-collected

安装

暂未验证可直接使用的安装命令,请查看项目官方文档或 Release。

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: