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.
- 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.
- Python
- Plyer
- Plyer for providing the notification functionality.
- Python for being the foundation of the application.