A simple alarm clock application built using Tkinter, a standard GUI toolkit for Python.
- Set alarms for any date and time.
- Edit and delete existing alarms.
- Snooze alarms for a specified duration.
- Sleek and user-friendly interface.
- Sound notification for alarms.
- Python 3.x
- Tkinter library (usually comes pre-installed with Python)
-
Clone the repository to your local machine:
git clone https://github.com/your-username/tkinter-alarm-clock.git -
Navigate to the project directory:
cd tkinter-alarm-clock -
Run the
main.pyfile:python main.py
- Launch the application by running the
main.pyfile. - Enter the desired date and time for the alarm.
- Click on the "Set Alarm" button to set the alarm.
- Alarms will be displayed in the listbox.
- You can edit or delete alarms using the provided buttons.
- To snooze an alarm, select it from the list and click on the "Snooze Alarm" button.
