Skip to content

To-Do List Manager A simple Python GUI application using tkinter to manage daily tasks. Add, edit, and remove tasks with ease in a user-friendly interface.

Notifications You must be signed in to change notification settings

gcb140/final-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Usage

  1. Launch the To-Do List Manager application.
  2. Enter a task title in the "Enter a Task" field.
  3. Set the priority (e.g., low, medium, high) in the "Priority" field.
  4. Optionally, set a due date in the "Due Date" field.
  5. Click the "Add Task" button to add the task to your list.
  6. To remove a task, select it from the list and click the "Remove Task" button.
  7. To edit a task, select it from the list and click the "Edit Task" button. You can modify the task's title, priority, and due date.
  8. The updated task list is displayed in the list box.

About

To-Do List Manager A simple Python GUI application using tkinter to manage daily tasks. Add, edit, and remove tasks with ease in a user-friendly interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages