setup-cockpit/playgong.py
2020-01-19 19:03:15 +01:00

7 lines
170 B
Python
Executable file

#!/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")