https://github.com/kartmaan/annoying_alarm
A pesky alarm with a horrible ringing that can only be turned off by solving an equation
https://github.com/kartmaan/annoying_alarm
alarm alarm-clock equation math mathematics pyqt5 ring simpleaudio sound time
Last synced: 7 months ago
JSON representation
A pesky alarm with a horrible ringing that can only be turned off by solving an equation
- Host: GitHub
- URL: https://github.com/kartmaan/annoying_alarm
- Owner: Kartmaan
- License: mit
- Created: 2021-02-15T21:36:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-29T14:09:40.000Z (over 2 years ago)
- Last Synced: 2025-01-24T07:29:59.755Z (9 months ago)
- Topics: alarm, alarm-clock, equation, math, mathematics, pyqt5, ring, simpleaudio, sound, time
- Language: Python
- Homepage:
- Size: 2.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Annoying_alarm
An unpleasant alarm with an equally unpleasant sound that can only be turned off by solving an equation.# Screenshots
## Before validation
Choose the target time and press "Validate"
## After validation
The green LED indicates that the alarm is now waiting to sound
## Alarm is ON
The alarm sounds and an equation is generated randomly.
This equation can be the addition or subtraction of two numbers ranging from 10 to 299
## No escape
It's not possible to turn off the alarm or close the window until the equation has been solved.
## Find the unknown
Solving the equation stops this horrible alarm
## Quit the program
BTW solving the equation will also allow you to quit this program.
# Requirements
- PyQt5
- simpleaudio