赞
踩
#实现名单轮播、点名、语音播报功能
# -*- coding:utf8 -*- #
# -----------------------------------------------------------------------------------
# ProjectName: python3
# FileName: name
# Author: shuxiaying
# Date: 2020/7/9
# Description:
# -----------------------------------------------------------------------------------
import datetime
import os
import random
import tkinter as tk
try:
import pyttsx3
except:
os.system('configuration.bat') # 更新pip,安装pyttsx3(configuration.bat文件未上传
)
try:
import pyttsx3
except:
os.system('echo Something error, please check the proxy.')
finally:
pass
finally:
pass
from call_name.config import CallNameDriver
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。