This project is a simple task management application developed in Python. The primary function of the application is to keep track of tasks, allowing users to add, view, and delete tasks efficiently. The application is designed to be straightforward and user-friendly, ensuring that it can be easily managed by anyone.
Add Tasks: Users can add new tasks to the list. View Tasks: Tasks are displayed in a list for easy viewing. Delete Tasks: Users can delete tasks once they are completed or no longer needed.
Originality: This application is an original work, developed specifically for this project. Libraries Used: The application utilizes both built-in and third-party libraries. All libraries used are documented in the technical report. Code Quality: The code is fully commented and written in a clear and legible manner, making it easy to understand and maintain.
Adding a Task: Enter the task details in the input field and click the "Add Task" button. Deleting a Task: Select the task from the list and click the "Delete Task" button.