机器朗读发音电脑说话

# -*- 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()

猜你喜欢

转载自blog.csdn.net/weixin_33595571/article/details/86528871