ki4070ma / vui-automation-playground

0 stars 0 forks source link

Try python lib #1

Closed ki4070ma closed 5 years ago

ki4070ma commented 5 years ago
$ pip install pyttsx3
$ python
>>>import pyttsx3
>>>engine = pyttsx3.init()
>>>engine.say('Good morning.')
>>>engine.runAndWait()  # Said "Good morning" via speaker
ki4070ma commented 5 years ago
ki4070ma commented 5 years ago
ki4070ma commented 5 years ago

Will use gTTS since it's too good. https://github.com/pndurette/gTTS