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 0000000..d6538b0 Binary files /dev/null and b/msctspt/__init__.pyc differ diff --git a/msctspt/__pycache__/bugReporter.cpython-38.pyc b/msctspt/__pycache__/bugReporter.cpython-38.pyc index 639f85e..3873e81 100644 Binary files a/msctspt/__pycache__/bugReporter.cpython-38.pyc and b/msctspt/__pycache__/bugReporter.cpython-38.pyc differ 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',)