git clone https://github.com/jpercent/pyttsx.git 

 

Build software better, together

GitHub is where people build software. More than 40 million people use GitHub to discover, fork, and contribute to over 100 million projects.

github.com

cd pyttsx

sudo python setup.py install

 

1
2
3
4
5
import pyttsx
 
engine = pyttsx.init()
engine.say('Greetings!')
engine.runAndWait()

 

http://colorscripter.com/info#e" target="_blank" style="text-decoration:none;color:white">cs

 

+ Recent posts