Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 23218

error after installing pyttsx3 module in python

$
0
0
import pyttsx3 engine =  pyttsx3.init('sapi5')voices = engine.getProperty('voices')engine.setProperty('voices',voices[0].id)def speak(audio):    engine.say(audio)    engine.runAndWait()if __name__ == "__main__":    speak("Hi, I am Veraa")

i was trying to use pyttsx3 module to make jarvis speak but my system said that pyttsx3 is not insatlled and it throwed a MoudleNotFoundError even after install the module


Viewing all articles
Browse latest Browse all 23218

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>