Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
2f8b446a22
1 changed files with 9 additions and 1 deletions
  1. 9 1
      README.md

+ 9 - 1
README.md

@@ -1,3 +1,11 @@
 # playsound
 
-播放声音
+播放声音
+
+## Usage
+
+```
+from playsound import playsound
+
+playsound('path_to_your_audio_file.mp3')
+```