Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 824 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 824 Bytes

Timer

A crappy timer written very inefficiently but it works

Medhat if you want to use a different audio file for your alarm then Make sure:

  1. To delete or remove the current GOAT.wav file
  2. The new audio file is a .wav file. Use this site to convert any sound file to .wav https://online-audio-converter.com/
  3. it's renamed to GOAT

--

Software Prequisites:

Abdo look all u have to do is open cmd and copy paste this:

pip install pygame

--

Instructions and controls:

Setting up the timer:

-Input The time intervals in seconds between each alarm, separated with ','.

EXAMPLE: To set the timer for 50 seconds and another for 2 minutes, input >> 50, 120

-To pause timer: press the spacebar

-To stop timer: press spacebar to stop it and press it again to start the next timer if it was set.

That's it mate