Skip to content

Commit c05b157

Browse files
Add playsound
A classic library in python for playing audio files
1 parent 12cebd1 commit c05b157

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_playsound.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from playsound import playsound
2+
3+
AUDIO_PATH = r"path\to\your\file"
4+
playsound(AUDIO_PATH)

0 commit comments

Comments
 (0)