Skip to content

D-Arpan/Task-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Task Management App

Overview

This is a simple Task Management Application written in Python. It allows users to add, update, delete, and view tasks in an interactive menu-based system.

Features

  • Add new tasks
  • Update existing tasks
  • Delete tasks
  • View all tasks
  • Exit the program safely

How It Works

  1. The user enters the number of initial tasks.
  2. A menu appears with the following options:
    • 1: Add a task
    • 2: Update a task
    • 3: Delete a task
    • 4: View all tasks
    • 5: Exit the program
  3. The program runs continuously in a loop until the user chooses to exit.

Installation

To run this script on your local machine:

  1. Clone this repository:
    git clone https://github.com/your-username/task-management-app.git
  2. Navigate to the project folder:
    cd task-management-app
  3. Run the script:
    python task_manager.py

Usage Example

----WELCOME TO THE TASK MANAGEMENT APP----
Enter number of tasks you want to add: 2
Enter your Task 1: Buy groceries
Enter your Task 2: Complete Python project

Your tasks are:
['Buy groceries', 'Complete Python project']

Enter to perform:
1 - Add
2 - Update
3 - Delete
4 - View
5 - Exit
Enter number: 1
Enter task you want to add: Go to the gym
Task 'Go to the gym' has been added successfully...

Future Enhancements

  • Add a GUI version using Tkinter
  • Store tasks in a database or JSON file
  • Implement task priorities

Contributions

Feel free to fork this repository and submit pull requests for improvements!

About

The Task Management App is a basic and simple Python-based program that allows users to efficiently manage their tasks. It provides options to **add, update, delete, and view tasks** through an interactive menu-driven interface. The program runs in a loop, enabling users to perform multiple actions until they choose to exit.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages