mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2025-03-04 04:43:43 +08:00
小改动
This commit is contained in:
parent
8c2c0cc464
commit
60c85c663e
@ -341,7 +341,7 @@ def __main__():
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
print(__author__+" 音·创<命令行模式> 当前核心版本 "+__version__+'\n')
|
print(__author__+" 音·创 —— 当前核心版本 "+__version__+'\n')
|
||||||
|
|
||||||
nowWorkPath = os.path.split(os.path.realpath(__file__))[0]
|
nowWorkPath = os.path.split(os.path.realpath(__file__))[0]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
#! python3
|
||||||
|
|
||||||
# W-YI 金羿
|
# W-YI 金羿
|
||||||
# QQ 2647547478
|
# QQ 2647547478
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#### Windows7+
|
#### Windows7+
|
||||||
|
|
||||||
0. [Gitee下载(需要登陆)](https://gitee.com/EillesWan/Musicreater/repository/archive/master.zip)
|
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
|
1. 安装Python 3.8.10
|
||||||
[下载64位安装包](https://www.python.org/ftp/python/3.8.10/python-3.8.10-amd64.exe)
|
[下载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)
|
[下载32位安装包](https://www.python.org/ftp/python/3.8.10/python-3.8.10.exe)
|
||||||
|
BIN
msctspt/__init__.pyc
Normal file
BIN
msctspt/__init__.pyc
Normal file
Binary file not shown.
Binary file not shown.
@ -99,7 +99,7 @@ class report():
|
|||||||
|
|
||||||
class version:
|
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',)
|
version = ('0.0.4.3','Beta',)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user