An open API service indexing awesome lists of open source software.

https://github.com/lakshayd02/gui-alarmclock-python

A GUI Alarm Clock made using Python which helps the user to set the time they would like the alarm to go off. It then displays a "Deactivate" message to the user when the alarm starts buzzing.
https://github.com/lakshayd02/gui-alarmclock-python

alarm-clock graphical-user-interface mixer pygame python python-library python3 thread tkinter

Last synced: 11 months ago
JSON representation

A GUI Alarm Clock made using Python which helps the user to set the time they would like the alarm to go off. It then displays a "Deactivate" message to the user when the alarm starts buzzing.

Awesome Lists containing this project

README

          

# πŸ•°οΈ GUI Alarm Clock in Python ⏰

- This project is a GUI-based alarm clock built with Python using Tkinter, Pillow, pygame, and other useful libraries. It allows users to set a specific time for an alarm, and when that time arrives, the alarm will sound, notifying the user. The alarm can then be deactivated with the click of a button.

# Features:

- User-friendly GUI: Built with Tkinter for a clean and interactive interface πŸ’»
- Customizable Time: Set hours, minutes, seconds, and AM/PM period for the alarm ⏲️
- Sound Notification: Plays an alarm sound when the set time is reached πŸ”Š
- Activate/Deactivate: Easily start or stop the alarm using radio buttons πŸŽΆβœ‹

# Requirements:

- Tkinter (comes pre-installed with Python)
- Pillow (install via pip install Pillow)
- pygame (install via pip install pygame)

# How it works:

- Set the alarm time by selecting hour, minute, second, and AM/PM ⏳
- Activate the alarm by clicking the "Activate" button πŸ”΄
- The alarm will sound at the specified time πŸ”Š
- Deactivate the alarm when you're ready to stop the sound 🚫