Merge branch 'pkgver' of https://gitee.com/EillesWan/Musicreater into pkgver

This commit is contained in:
2022-05-16 16:02:48 +08:00
2 changed files with 61 additions and 2 deletions
+26 -1
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`
### 对于 进度条自定义 功能的说明
+35 -1
View File
@@ -62,7 +62,41 @@ A simple Python package.
## Instructions📕
> comming soon.
> 0. Install Python 3.6+
>
> During installation, be sure to check "add Python 3.X to path", otherwise it needs to be set manually
>
> At the same time, after the installation, remember to enter in CMD: "Python" to try
>
> whether the installation is successful,
>
> Python installation tutorial can be found on the Internet easily.
>
> 1. Install (download this program)
> Git, you can use the following commands:
>
> `git clone -b pkgver https://gitee.com/EillesWan/Musicreater.git`
>
> If Git is not installed, you can download the zip package from the website. Then decompress it
> and enter the directory.
>
> 2. Run (enter directory)
>
> Open CMD in the directory, enter the directory, and execute the following commands:
>
> `pip install mido`
>
> `pip install brotli`
>
> 3. Start using!
>
> Open CMD in the directory, enter the directory, and execute the following commands:
>
> (Choose what you need)
>
> `python example_convert_bdx.py`
>
> `python example_convert_mcpack.py`
### Instructions for **Customize Progress Bar**