GitHunt
SA

"Stay organized and productive with our Python GUI to-do list app! โœ… Add tasks, set priorities, and track progress effortlessly. The intuitive interface keeps your tasks at your fingertips, ensuring you never miss a beat. With customizable features, managing your daily agenda has never been easier! Let's get things done!"

๐Ÿ“‹ My Notes - To Do List App ๐Ÿ“

Welcome to My Notes! ๐ŸŽ‰ This is a simple To-Do List application built with Python and Tkinter. ๐Ÿ–ฅ๏ธ You can easily manage your tasks by adding, deleting, and sorting them in ascending or descending order! ๐ŸŽฏ๐Ÿ’ช

๐Ÿš€ Features ๐Ÿš€

  • Add Tasks ๐Ÿ–Š๏ธ
  • Delete Tasks ๐Ÿ—‘๏ธ
  • Delete All Tasks ๐Ÿšฎ
  • Sort Tasks ๐Ÿ—‚๏ธ (Ascending & Descending)
  • Dynamic Background Color ๐ŸŽจ
  • Intuitive UI ๐ŸŒŸ

๐Ÿ’ก Installation ๐Ÿ’ก

To get started with this project, follow these simple steps:

1๏ธโƒฃ Clone the repository:
git clone https://github.com/SangeetaSharma73/TO-do-list.git

2๏ธโƒฃ Install dependencies:
Make sure you have Python installed on your system. You may need to install the Tkinter library if it's not already installed:

pip install tk

3๏ธโƒฃ Run the application:
Launch the app with the following command:
python ToDoList.py

๐ŸŒŸ How to Use ๐ŸŒŸ

  1. Add a Task ๐Ÿ“: Type your task in the input field and click "Add Task" to add it to the list.
  2. Delete a Task ๐Ÿ—‘๏ธ: Select a task from the list and click "Delete a Task" to remove it.
  3. Delete All Tasks ๐Ÿšฎ: Click "Delete all tasks" to clear the entire list.
  4. Sort Tasks ๐Ÿ—‚๏ธ: Click "Sort Ascending" to arrange tasks in ascending order or "Sort Descending" to arrange them in reverse order.
  5. The background color ๐ŸŽจ is randomly generated each time the app is opened, giving it a fresh and dynamic look!

๐Ÿ’ฌ Contributing ๐Ÿ’ฌ

Feel free to fork the repository ๐Ÿด, submit issues ๐Ÿž, and create pull requests ๐Ÿ”„! Contributions are always welcome! ๐Ÿ™Œ

๐Ÿ“ธ Screenshots ๐Ÿ“ธ

  • Hereโ€™s a preview of how the application looks:

Img.png

๐Ÿ“„ License ๐Ÿ“„

This project is licensed under the MIT License - see the LICENSE.md file for details. โš–๏ธ

SangeetaSharma73/ToDoList | GitHunt