https://github.com/enoobis/todo-list-python
The to-do list app is a simple, easy-to-use tool for managing tasks and keeping track of what needs to be done.
https://github.com/enoobis/todo-list-python
Last synced: 7 months ago
JSON representation
The to-do list app is a simple, easy-to-use tool for managing tasks and keeping track of what needs to be done.
- Host: GitHub
- URL: https://github.com/enoobis/todo-list-python
- Owner: enoobis
- License: mit
- Created: 2023-01-09T11:54:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T11:58:04.000Z (almost 3 years ago)
- Last Synced: 2025-02-15T18:51:40.240Z (9 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# todo-list-python
A simple, easy-to-use tool for managing tasks and keeping track of what needs to be done. With a clean, intuitive interface, the app allows users to add tasks, mark them as completed, and delete them from the list. The app also keeps a separate list of completed tasks, allowing users to easily see what they have accomplished. Whether for work, school, or personal use, the to-do list app is a helpful tool for staying organized and on top of tasks.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
- Python 3.6 or later
- Tkinter (included with Python)
### Installing
1. Clone the repository
2. Navigate to the project directory
3. Run the app
## Built With
- [Python](https://www.python.org/) - The programming language used
- [Tkinter](https://docs.python.org/3/library/tkinter.html) - The GUI library used
## License
This project is licensed under the MIT License