摘要: 首先安装依赖库pyttsx3 pip install pyttsx3 再来看具体的实例 import pyttsx3 engine = pyttsx3.init() engine.say("Hello world!") engine.runAndWait() 执行上述脚本,就能够听到播放的语音了。但 阅读全文
posted @ 2023-01-26 00:18 __username 阅读(99) 评论(0) 推荐(0)