https://github.com/musatahawar/alarm-clock
An Alarm Clock using Tkinter in Python. Without alarms, several people would oversleep and land up late for work. Alarm clocks may also be useful for keeping sleep schedules regular.
https://github.com/musatahawar/alarm-clock
alarm-clock pytho python python-alarm-clock python3
Last synced: 10 months ago
JSON representation
An Alarm Clock using Tkinter in Python. Without alarms, several people would oversleep and land up late for work. Alarm clocks may also be useful for keeping sleep schedules regular.
- Host: GitHub
- URL: https://github.com/musatahawar/alarm-clock
- Owner: MusaTahawar
- License: mit
- Created: 2023-11-08T14:54:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T15:13:59.000Z (over 2 years ago)
- Last Synced: 2025-02-23T15:12:55.244Z (over 1 year ago)
- Topics: alarm-clock, pytho, python, python-alarm-clock, python3
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alarm Clock
Alarm Clock using Tkinter in Python. Without alarms, several people would oversleep and land up late for work. Alarm clocks may also be useful for keeping sleep schedules regular.
## Modules
- Tkinter: Python offers multiple choices for developing a GUI (Graphical User Interface). Out of all the GUI strategies, tkinter is that the most ordinarily used technique. It’s a customary Python interface to the - Tk GUI toolkit shipped with Python.
- Winsound: The winsound module provides access to the essential sound-playing machinery provided by Windows platforms. It includes functions and a number of other constants. Beep the PC’s speaker.
- time: Time module in Python provides varied time-related functions. This module comes with Python’s normal modules.
- datetime: The main focus of datetime is to form it simpler to access attributes of the thing associated with dates, times, and time zones.
## Usage
- Run the program
- A dialog box will appear
- Enter Hour, Minutes and seconds when you want to ring the alarm
- after that wait until it rings :)