Simple-reminder-application
🚀 Overview
The Simple Reminder Application is a lightweight and easy-to-use tool designed to help you manage your tasks and reminders efficiently. With a user-friendly interface, you can quickly add and delete reminders to stay organized and on top of your schedule.
🌟 Features
- Add new reminders with a title
- Delete reminders
- View a list of all reminders
- User-friendly interface
🛠️ Prerequisites
- Python 3.7 or later.
- tkinter (pre-installed with Python).
🎨 Screenshots


- Popup window to display that reminder is set

- Deleting the reminder from the list of reminders

- Popup window to show that the reminder is deleted

- Popup window alerts the user when the reminder reaches its set time.

🛠️ Installation
- To install and run the Simple Reminder Application, follow these steps:
- Clone the repository:
git clone https://github.com/divyansshu/Simple-reminder-application.git
- Navigate to the project directory:
cd Simple-reminder-application
- Install the required dependencies:
pip install -r requirements.txt
- Run the application: