# -*- coding: utf-8 -*-
"""
Created on Tue Jan 15 23:23:26 2019
QQ群:476842922(欢迎加群讨论学习)
@author: Administrator
"""
import pyttsx
engine = pyttsx.init()
engine.say('Sally sells seashells by the seashore.')
engine.say('大家好,我可以成为一名程序员。。我热爱我的想法,工作.')
engine.runAndWait()
机器朗读发音电脑说话
最新推荐文章于 2021-01-13 20:46:55 发布