Himel-Sarder / To-Do-List-using-Tkinter

Python To-Do List is a minimalist task management application built with Python and Tkinter. Users can add tasks, delete them, and manage their to-do list effortlessly. With a clean and responsive interface, this lightweight application offers a simple solution for organizing tasks efficiently.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python To-Do List

DF

V

Z

This is a simple to-do list application built using Python and Tkinter GUI library. It allows users to add tasks to a list, mark them as completed, and delete them when needed.

Features

  • Add Task: Enter a task in the input field and click "Add Task" to add it to the list.
  • Delete Task: Select a task from the list and click "Delete Task" to remove it.
  • Responsive GUI: The application provides a simple and responsive user interface for managing tasks.

Requirements

  • Python 3.x
  • Tkinter (usually included in Python standard library)

Installation

  1. Clone the repository:

    git clone https://github.com/Himel-Sarder/python-todo-list.git
  2. Navigate to the project directory:

    cd python-todo-list
  3. Run the application:

    python todo_list.py

Usage

  1. Enter a task in the input field.
  2. Click "Add Task" to add the task to the list.
  3. Select a task from the list to delete it.
  4. Manage your to-do list easily with this simple application!

Contributing

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

License

This project is licensed under the MIT License.

Thank You

About

Python To-Do List is a minimalist task management application built with Python and Tkinter. Users can add tasks, delete them, and manage their to-do list effortlessly. With a clean and responsive interface, this lightweight application offers a simple solution for organizing tasks efficiently.

License:MIT License


Languages

Language:Python 100.0%