Skip to content

EIC95/To-Do-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

To-Do List Application

This is a simple command-line To-Do List application implemented in Python. The application allows users to manage tasks efficiently by providing functionalities such as adding, deleting, and marking tasks as done.

Features

  • Show all tasks: Displays the current list of tasks.
  • Add a task: Allows users to add a new task to the list.
  • Delete a task: Enables users to remove a specific task from the list.
  • Mark a task as done: Users can mark a task as completed.
  • Exit the app: Provides an option to close the application.

Requirements

  • Python 3.x

Installation

  1. Clone this repository:
    git clone https://github.com/EIC95/to-do-list.git
  2. Navigate to the project directory:
    cd to-do-list

Usage

  1. Run the application:
    python main.py
  2. Follow the on-screen instructions to manage your tasks.

Example

When you start the application, you'll see a menu similar to this:

========== To-Do List ==========

1. Show all tasks
2. Add a task
3. Delete a task
4. Mark a task as done
5. Exit the app

You can then select an option by entering the corresponding number.

Contributing

Contributions are welcome! If you have suggestions or improvements, feel free to create a pull request or open an issue.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages