Return to site

Marzia Mohammadi - (Python 1 Course - Spring 2026)

Deadline checker

A simple tool to track and manage task deadlines

June 5, 2026

This program helps you keep track of your tasks and their due dates so you never forget a deadline. You can add tasks, see which ones are overdue or coming up soon, and find out which deadline is the closest. All your tasks are saved in a file so they are still there the next time you open the program. It is built with **Python**, using core concepts like functions, loops, conditionals, dictionaries, and file handling.