Add playgong
This commit is contained in:
parent
24c02b5bd3
commit
ab73934c62
1 changed files with 7 additions and 0 deletions
7
playgong.py
Executable file
7
playgong.py
Executable 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")
|
Loading…
Add table
Reference in a new issue