Closed ki4070ma closed 5 years ago
$ pip install pyttsx3 $ python >>>import pyttsx3 >>>engine = pyttsx3.init() >>>engine.say('Good morning.') >>>engine.runAndWait() # Said "Good morning" via speaker
Will use gTTS since it's too good. https://github.com/pndurette/gTTS