From 60c85c663e75fb24b598c6f10d19eeb9ee97f122 Mon Sep 17 00:00:00 2001 From: EillesWan Date: Sun, 19 Dec 2021 16:17:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E6=94=B9=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cmd_Msct.py | 2 +- Musicreater.py | 2 +- README.md | 2 +- msctspt/__init__.pyc | Bin 0 -> 138 bytes .../__pycache__/bugReporter.cpython-38.pyc | Bin 4234 -> 4302 bytes msctspt/bugReporter.py | 2 +- 6 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 msctspt/__init__.pyc diff --git a/Cmd_Msct.py b/Cmd_Msct.py index 8cef310..7bec87b 100644 --- a/Cmd_Msct.py +++ b/Cmd_Msct.py @@ -341,7 +341,7 @@ def __main__(): - print(__author__+" 音·创<命令行模式> 当前核心版本 "+__version__+'\n') + print(__author__+" 音·创 —— 当前核心版本 "+__version__+'\n') nowWorkPath = os.path.split(os.path.realpath(__file__))[0] diff --git a/Musicreater.py b/Musicreater.py index 2106b8f..9106993 100644 --- a/Musicreater.py +++ b/Musicreater.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- - +#! python3 # W-YI 金羿 # QQ 2647547478 diff --git a/README.md b/README.md index ad86999..f3c99b8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ #### Windows7+ 0. [Gitee下载(需要登陆)](https://gitee.com/EillesWan/Musicreater/repository/archive/master.zip) - [Github下载](https://github.com/EillesWan/Musicreater/archive/refs/heads/master.zip)本程序 + [Github下载(慢)](https://github.com/EillesWan/Musicreater/archive/refs/heads/master.zip)本程序 1. 安装Python 3.8.10 [下载64位安装包](https://www.python.org/ftp/python/3.8.10/python-3.8.10-amd64.exe) [下载32位安装包](https://www.python.org/ftp/python/3.8.10/python-3.8.10.exe) diff --git a/msctspt/__init__.pyc b/msctspt/__init__.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d6538b0d9be4bcd219cf8e6d658442a396d46bab GIT binary patch literal 138 zcmZSn%*z$e!;R%-AK=vfTH~L zqQulhDAp37Sy=~ly-!j;Wbw5Nt?0Y?h=LPkagFpFoh44=FxZw-q$ zLkg!j14z7ZMhbH<9e>S7T f#)G#gJNa32S&nGX+UBe>Ikisd>u#l0Fp|CB5Iha9{ qXL2&%(#ib%%9A7bvl#6sALiF#l$-p4Uy6}wGQWT$qs!z#fm#66PbOIa diff --git a/msctspt/bugReporter.py b/msctspt/bugReporter.py index f9b5378..5c104ab 100644 --- a/msctspt/bugReporter.py +++ b/msctspt/bugReporter.py @@ -99,7 +99,7 @@ class report(): class version: - libraries = ('mido','amulet','amulet-core','amulet-nbt','piano_transcription_inference','pypinyin','briefcase','toga','pyinstaller','kivy','py7zr','websockets') + libraries = ('mido','amulet','amulet-core','amulet-nbt','piano_transcription_inference','pypinyin','briefcase','toga','pyinstaller','py7zr','websockets','torch') '''当前所需库,有一些是开发用的,用户不需要安装''' version = ('0.0.4.3','Beta',)