Hi
I found pyTTS yesterday and I thought about also having some type of voice recognition but I did not find any that could help me further.
And here is the Redo/Undo problem with the Text widget:
why does it not work it never changes anything...Code:def Undo(self): # Edit self.txt.edit_undo() def Redo(self): self.txt.edit_redo()