pyttsx3

网址:pyttsx3 · PyPI

import pyttsx3
engine = pyttsx3.init()
engine.say("I will speak this text")
engine.runAndWait()

你可能感兴趣的:(pyttsx3)