A simple alarm clock application built using Python's tkinter library. This application allows users to set an alarm time, view a countdown, and receive notifications when the alarm goes off.
- Set Alarm: Choose hours, minutes, and seconds for the alarm.
- Countdown Display: See the remaining time until the alarm rings.
- Sound Notification: Play a sound and show a message box when the alarm triggers.
- Cancel Alarm: Stop the alarm and hide the countdown.
- Light/Dark: Available in both light and dark versions
- Python 3.x
tkinter(included with Python standard library)winsound(Windows only for sound playback)