diff --git a/Text-to-Speech/Text-to-speech.py b/Text-to-Speech/Text-to-speech.py index f86c3268..1fb9730f 100644 --- a/Text-to-Speech/Text-to-speech.py +++ b/Text-to-Speech/Text-to-speech.py @@ -8,7 +8,6 @@ def speaknow(): engine.say(textv.get()) engine.runAndWait() - engine.stop() root=Tk() @@ -29,4 +28,4 @@ def speaknow(): root.title("Text to speech") root.geometry("480x200") root.resizable(False,False) -root.mainloop() \ No newline at end of file +root.mainloop()