We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e3f647 commit 70a6092Copy full SHA for 70a6092
blind_chess.py
@@ -55,6 +55,7 @@
55
# Do the rival movement
56
board.do(rival_move)
57
58
+ # Text to Speech
59
movement = rec.say(rival_move)
60
61
tts = gTTS(text=movement, lang='es')
0 commit comments