How To Make Tts (pyttsx3) Speak Something After Loading The Tkinter Window
So I am making a project which has numerous buttons and windows using Tkinter and I implemented tts using pyttsx3 module. Consider the following example: import pyttsx3 from Tkinte
Solution 1:
I had the exact same problem, I tried everything including threading But the method Root.after(2000, speak) Will definitely work. The number is in milliseconds.
Post a Comment for "How To Make Tts (pyttsx3) Speak Something After Loading The Tkinter Window"