網(wǎng)址:pyttsx3 · PyPI import pyttsx3 engine = pyttsx3.init() engine.say("I will speak this text") engine.runAndWait()