Giter VIP home page Giter VIP logo

to_do-app's Introduction

To_Do-App

Task Management App

Overview

The Task Management App is a simple command-line application that allows users to manage their daily tasks. Users can add, update, delete, and view tasks through an interactive menu.

Features

Add Tasks: Users can add multiple tasks to their task list. Update Tasks: Users can update existing tasks. Delete Tasks: Users can delete tasks from their list. View Tasks: Users can view the current list of tasks. Exit Program: Users can exit the application at any time.

Requirements

Python 3.x

Usage

Clone the repository or download the code files. Navigate to the directory containing the code file (app.py). Run the application using the command:

app.py

Example Interaction

----WELCOME TO THE TASK MANAGEMENT APP----
Enter how many tasks you want to add: 3
Enter task 1: Task 1
Enter task 2: Task 2
Enter task 3: Task 3
Today's tasks are:
['Task 1', 'Task 2', 'Task 3']
Enter 1 to Add
2 to Update
3 to Delete
4 to View
5 to Exit: 1
Enter task you want to add: Task 4
Task 'Task 4' has been successfully added...
Enter 1 to Add
2 to Update
3 to Delete
4 to View
5 to Exit: 4
Total tasks: ['Task 1', 'Task 2', 'Task 3', 'Task 4']
Enter 1 to Add
2 to Update
3 to Delete
4 to View
5 to Exit: 5
Closing the program....

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue for any bugs or suggestions.

License

This project is licensed under the MIT License. See the LICENSE file for details.

to_do-app's People

Contributors

waqas-gujjar avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.