Skip to content

To-Do List is a Python-based application built using Tkinter, allowing users to efficiently manage their tasks by providing features to add, remove, and update tasks in a user-friendly graphical interface.

Notifications You must be signed in to change notification settings

csaail/To-do-list-using-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

To-do-list-using-python

To-Do List is a Python-based application built using Tkinter, allowing users to efficiently manage their tasks by providing features to add, remove, and update tasks in a user-friendly graphical interface.

A simple to-do list application built using Python and Tkinter.

Features

  • Add tasks: Easily enter new tasks to the to-do list.
  • Remove tasks: Remove completed or unnecessary tasks from the list.
  • Persistent storage: Tasks are stored in an SQLite database, ensuring data is retained even after closing the application.
  • User-friendly interface: The graphical interface makes it intuitive and convenient to manage tasks.

Installation

  1. Clone the repository.
  2. Install the required dependencies from requirements.txt.
  3. Run the application: todo_list.py.
  4. Add tasks: Enter the task in the text field and click the "Add Task" button. The task will be added to the listbox.
  5. Remove tasks: Select a task from the listbox. Click the "Delete Task" button to delete the selected task.
  6. Manage tasks: Use the application to add, remove, and update tasks as needed.

About

To-Do List is a Python-based application built using Tkinter, allowing users to efficiently manage their tasks by providing features to add, remove, and update tasks in a user-friendly graphical interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages