This commit is contained in:
bgArray
2022-05-11 23:38:26 +08:00
parent cae0b7f23d
commit 3b6cb3865f
2 changed files with 61 additions and 2 deletions

View File

@ -64,7 +64,32 @@
## 使用教程📕
> 正在到来
> 0. 安装python3.6+
>
> 在安装时一定要勾选Add Python 3.X to PATH不然就要手动设置
>
> 同时装完之后记得在cmd中输入python 试试是否安装成功,
> python的安装可以去网上随便找一下。
> 1. 安装下载本程序git的话可以使用以下命令
>
> `git clone -b pkgver https://gitee.com/EillesWan/Musicreater.git`
>
> 没有安装git的话可以下载zip包解压后进入目录即可。
>
> 2. 运行(进入目录)
> 在目录下打开cmd进入到目录下执行以下命令
>
> `pip install mido`
>
> `pip install brotli`
>
> 3. 开始使用!
> 在目录下打开cmd进入到目录下执行以下命令(选择你需要的)
>
> `python example_convert_bdx.py`
>
> `python example_convert_mcpack.py`
### 对于 进度条自定义 功能的说明