- Install Python 3 to computer
- Download code to computer
- Run pip install simpleaudio
- Run the quartz.py script
- Make sure there are sounds in the "sounds" directory (These sounds must be in .wav format)
- Type the name of the sound without the extension to play it (eg: Type "Alarm" to play the "Alarm.wav")
- Type "Loop" after the sound name to loop the sound (eg: "Alarm loop")
- Type "Stop" after the sound name to stop that particular sound from playing (eg: "Alarm Stop")
- Type "Stop All" to stop all sounds instantly
- Type "Stop All Repeating" to play through the sounds completely, and then stop for all looping sounds
- Type "q" to quit the application