项目作者: imtiyazshamim
项目描述 :
pyttsx3 is a text-to-speech conversion library in Python. Unlike alternative libraries, it works offline, and is compatible with both Python 2 and 3. Installation pip install pyttsx3 If you recieve errors such as No module named win32com.client, No module named win32, or No module named win32api, you will need to additionally install pypiwin32. Usage : import pyttsx3 engine = pyttsx3.init() engine.say("I will speak this text") engine.runAndWait()
高级语言: Python
项目地址: git://github.com/imtiyazshamim/python-text-to-speech.git