摘要: linux下安装pip 阅读全文
posted @ 2017-11-27 15:50 天行健风行云 阅读(99) 评论(0) 推荐(0) 编辑
摘要: #coding:utf8 import win32com.client speaker = win32com.client.Dispatch("SAPI.SpVoice") while True: message=input("请输入内容:") speaker.Speak(message) 阅读全文
posted @ 2017-11-27 13:12 天行健风行云 阅读(420) 评论(0) 推荐(0) 编辑