Alarm App - A user-friendly Python app with Tkinter & pygame. Set personalized alarms with custom sounds for timely reminders.
This is a simple alarm application built using Python and Tkinter, which allows you to set an alarm and be reminded at the specified time with a sound. The application provides a graphical user interface (GUI) where you can select the hour, minute, second, and period (AM/PM) to set the alarm. It also gives you the option to activate and deactivate the alarm as needed.
Before running the application, you need to make sure you have the following installed on your system:
pip install pygame
.pip install pillow
.icon.png
file in the same directory as the Python script. This image will be used as the application icon.song.mp3
file in the same directory as the Python script. This audio file will be played when the alarm is triggered.python alarm_app.py
.song.mp3
file, alerting you that it's time to take a break or perform the designated task.song.mp3
file present in the same directory as the script, containing the audio you want to play as the alarm sound.Enjoy your alarm app! Feel free to modify, enhance, or customize it as per your requirements.
Submitted by Abhinav Shandilya (AbhinavShandilya)
Download packets of source code on Coders Packet
Comments