Skip to content

Commit e42da7c

Browse files
authored
Update README.md
1 parent ea9a95d commit e42da7c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,11 @@ There are two method(scripts) to make custom keyboard sound.
55

66
1. using ```Pygame```
77
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

Comments
 (0)