You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8
Original file line number
Diff line number
Diff line change
@@ -5,3 +5,11 @@ There are two method(scripts) to make custom keyboard sound.
5
5
6
6
1. using ```Pygame```
7
7
2. using ```keyboard``` and ```playsounds```
8
+
9
+
Ver 1.0:
10
+
* press 'esc' to stop
11
+
* please put mp3 into the sound folder
12
+
13
+
Ver 1.1:
14
+
* playsound module has bug:
15
+
* please enter the module file and edit ```py command = ' '.join(command).encode('utf-16')``` into ```py command = ' '.join(command)``` since python3 is encode with utf-8
0 commit comments