在软件运行主窗口,添加了视频教程链接和软件发布地址

This commit is contained in:
Haujet Zhao 2020-07-11 12:29:59 +08:00
parent 352cca29ac
commit f4ff3bb1a9

15
run.py
View File

@ -166,7 +166,19 @@ def recoder(recognizer, p):
if __name__ == '__main__':
print('\r\n开始程序\r\n')
print("""\r\nCaps Writer 开始运行
开源发布地址https://github.com/HaujetZhao/CapsWriter
下载地址https://github.com/HaujetZhao/CapsWriter/releases
视频教程地址https://www.bilibili.com/video/BV1qK4y1s7Fb/
作者淳帅二代HaujetZhao
软件基于 MIT 协议
""")
if not os.path.exists('token.ini'):
init_id = """[Token]
@ -182,7 +194,6 @@ appkey = 00000"""
请打开 token.ini 配置文件\r\n
然后填入阿里云的 accesskeyid accesskeysecret, 以及你的语音识别项目的 appkey\r\n
再回到本界面按任意键后回车继续\r\n
如果下面出错了那么就很有可能是 accesskeyid accesskeysecret appkey 填错了\r\n""")
config = configparser.ConfigParser()
config.read_file(open('token.ini'))