We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
playsound
1 parent 12cebd1 commit c05b157Copy full SHA for c05b157
_playsound.py
@@ -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