Add playgong

This commit is contained in:
flying-scorpio 2020-01-19 19:03:15 +01:00
parent 24c02b5bd3
commit ab73934c62

7
playgong.py Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/python3
"""This file is read every hour to signal a break should be made in working."""
from playsound import playsound
playsound("~/Programming/gong.wav")