Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 584 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 584 Bytes

Reminder Application

This is a simple reminder application built using Python. It allows users to set time-based reminders that will notify them after the specified delay.

Features

  • Set a Reminder: Users can input a message for the reminder.
  • Time Delay: Users can set a time delay for the reminder in minutes.
  • Notification: A desktop notification will pop up once the reminder is triggered.

Technology Used

  • Python
  • Plyer

Acknowledgment

  • Plyer for providing the notification functionality.
  • Python for being the foundation of the application.