A simple Alarm clock using GUI in Python. The user can set an alarm and custom text message which pops up when the alarm rings.
The user sets an alarm in 24hr format and custom text message in English. This application can be used as an alarm or pop up reminder while working.
PACKAGES USED:
● TKINTER
● TIME
● DATETIME
● THREADING
● PYGAME