Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/himel-sarder/to-do-list-using-tkinter
python3 tkinter-graphic-interface tkinter-python
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/himel-sarder/to-do-list-using-tkinter
- Owner: Himel-Sarder
- License: mit
- Created: 2024-02-09T06:44:09.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-08T18:09:17.000Z (9 months ago)
- Last Synced: 2024-04-08T22:03:33.745Z (9 months ago)
- Topics: python3, tkinter-graphic-interface, tkinter-python
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python To-Do List
![DF](https://github.com/Himel-Sarder/To-Do-List-using-Tkinter/assets/143216886/d2d88feb-f3ec-4c6e-b439-bb43e3909ead)![V](https://github.com/Himel-Sarder/To-Do-List-using-Tkinter/assets/143216886/2bf0e9f3-5f89-4f18-9a48-ad10ef4a3fc4)
![Z](https://github.com/Himel-Sarder/To-Do-List-using-Tkinter/assets/143216886/0c508df1-5fc0-4abc-a8a5-fe3c3c95e8bc)
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:
```bash
git clone https://github.com/Himel-Sarder/python-todo-list.git
```2. Navigate to the project directory:
```bash
cd python-todo-list
```3. Run the application:
```bash
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](LICENSE).
## Thank You