Return to site

Malak Ghdeir - (Python 1 Course - Fall 2024)

Task Manager

January 9, 2025

Task Manager is a Python-based command-line application designed to help users manage tasks effectively. It includes features such as adding, editing, deleting, and viewing tasks, with options to filter or sort them by status and priority. The project highlights file handling for persistent data storage, robust user input validation, and task prioritization based on deadlines.