First install pyttsx3 from your terminal or cmd
By running this commond - pip install pyttsx3
import pyttsx3
engine = pyttsx3.init()
engine.say("Hello World")
engine.runAndWait()
First install pyttsx3 from your terminal or cmd
By running this commond - pip install pyttsx3
import pyttsx3
engine = pyttsx3.init()
engine.say("Hello World")
engine.runAndWait()
For further actions, you may consider blocking this person and/or reporting abuse
Philip Thomas -
Vishnu Sivan -
Alexander Uspenskiy -
Grant Riordan -
Top comments (0)