Browse Source

a start of a very noisy timer

master
mb@mb 6 years ago
parent
commit
7af45faa63
  1. 8
      timer.py

8
timer.py

@ -0,0 +1,8 @@
import time
s = Sound()
s.read('')
while True:
time.sleep(60)
s.play()
Loading…
Cancel
Save