A simple task management application built with Python's tkinter library. This GUI-based application allows users to add, edit, and delete tasks with due dates. Tasks are displayed in a table format using the ttk.Treeview widget.
Features Add Tasks: Users can add new tasks with due dates. Edit Tasks: Allows modification of existing tasks. Delete Tasks: Removes tasks from the list. Task Status: Displays the default status as Pending.