Skip to content

The To-Do List App 🎯 is a simple, efficient tool built with Python’s Tkinter library 🐍 to help you manage daily tasks. Add tasks ➕, mark them as completed ✔️, or delete them 🗑️—all in one place to keep your day organized and productive!

Notifications You must be signed in to change notification settings

KunalThakur204/-Focus_Forge-

Repository files navigation

📝 To-Do List App

A simple To-Do List app built with Python’s Tkinter library to help manage daily tasks efficiently.


🌟 Features

  • Add Task: Enter and add a task to the list.
  • Mark as Completed: Mark tasks as done with a ✔️.
  • Delete Task: Remove completed or unnecessary tasks from the list.

📸 Preview

Screenshot 2024-10-28 192413
Screenshot 2024-10-28 192754 Screenshot 2024-10-28 193049

A sample of the app’s clean interface.


🚀 Getting Started

Requirements

  • Python 3.x

Installation

  1. Clone the Repository:
    git clone https://github.com/yourusername/todo-list-app.git
    cd todo-list-app
  2. Run the App:

python todo_list_app.py


🛠️ Code Overview • create_window(): Sets up the main window. • add_task(): Adds a new task from the input field. • delete_task(): Deletes the selected task. • mark_as_completed(): Marks a task as completed. • build_gui(): Builds the app’s interface.


🎉 Usage

  1. Add a Task: Enter a task and click "Add Task."
  2. Mark as Completed: Select a task and click "Mark as Completed."
  3. Delete a Task: Select a task and click "Delete Task."

About

The To-Do List App 🎯 is a simple, efficient tool built with Python’s Tkinter library 🐍 to help you manage daily tasks. Add tasks ➕, mark them as completed ✔️, or delete them 🗑️—all in one place to keep your day organized and productive!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages