# 系统客户端包
import win32com.client
speaker = win32com.client.Dispatch("SAPI.SPVOICE") # 系统接口
while True:
    speaker.Speak("你要说的话")

 

相关文章: