From f4ff3bb1a942d1de66a817d042cbc21e8f40711b Mon Sep 17 00:00:00 2001 From: Haujet Zhao <1292756898@qq.com> Date: Sat, 11 Jul 2020 12:29:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E8=BD=AF=E4=BB=B6=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E4=B8=BB=E7=AA=97=E5=8F=A3=EF=BC=8C=E6=B7=BB=E5=8A=A0=E4=BA=86?= =?UTF-8?q?=E8=A7=86=E9=A2=91=E6=95=99=E7=A8=8B=E9=93=BE=E6=8E=A5=E5=92=8C?= =?UTF-8?q?=E8=BD=AF=E4=BB=B6=E5=8F=91=E5=B8=83=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run.py | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/run.py b/run.py index e130296..8cb3a00 100644 --- a/run.py +++ b/run.py @@ -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'))