Posts by Isabela da Silva • 1 point
2 posts
-
0
votes1
answer46
viewsA: How to make the execution of the synthesizer not be interrupted?
To solve my problem it was enough to create the "engine" instance inside the "key" function and not outside as I was doing. import pyttsx from Tkinter import * def key(event): engine = pyttsx.init()…
python-2.7answered Isabela da Silva 1 -
0
votes1
answer46
viewsQ: How to make the execution of the synthesizer not be interrupted?
I’m trying to make a program that when I press a key, it reads which key was pressed. For example: press the key "a" returns: "Normal Key A" (audio) press "b" key returns: "Normal Key B" (audio)…
python-2.7asked Isabela da Silva 1