Hi Rahul, can we try the same on pycharm or vscode. When im trying to import pyttsx3 pywin32. Import pyttsx3 def speak(text): engine = pyttsx3.init() engine.say("text") engine.runAndWait() speak ("hello there") Its not doing anything...also no error also. Could you please help me
Hi Rahul, can we try the same on pycharm or vscode. When im trying to import pyttsx3 pywin32.
Import pyttsx3
def speak(text):
engine = pyttsx3.init()
engine.say("text")
engine.runAndWait()
speak ("hello there")
Its not doing anything...also no error also. Could you please help me