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

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

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"

![cap1](https://user-images.githubusercontent.com/11463619/108364818-cb33df80-71f6-11eb-95c1-29b3395ecdb9.png)

## After validation
The green LED indicates that the alarm is now waiting to sound

![cap6](https://user-images.githubusercontent.com/11463619/108365482-8ceaf000-71f7-11eb-978c-66785ba8ac48.png)

## 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

![cap2](https://user-images.githubusercontent.com/11463619/108364828-ccfda300-71f6-11eb-8f19-a9741b64f031.png)

## No escape
It's not possible to turn off the alarm or close the window until the equation has been solved.

![cap3](https://user-images.githubusercontent.com/11463619/108364838-cec76680-71f6-11eb-8ce7-e3d93daef887.png)

## Find the unknown
Solving the equation stops this horrible alarm

![cap4](https://user-images.githubusercontent.com/11463619/108364845-d0912a00-71f6-11eb-91fd-02a62265e10c.png)

## Quit the program
BTW solving the equation will also allow you to quit this program.

![cap5](https://user-images.githubusercontent.com/11463619/108364851-d38c1a80-71f6-11eb-8f2a-d622fed8e58f.png)

# Requirements
- PyQt5
- simpleaudio