From 8e1afb507de4a884d15231af662d5ee27c027563 Mon Sep 17 00:00:00 2001 From: Eilles Date: Thu, 23 Jul 2026 01:55:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=EF=BC=8C=E4=BD=BF=E4=B9=8B=E6=9B=B4=E7=AC=A6=E5=90=88?= =?UTF-8?q?=E5=BD=93=E4=B8=8B=E5=BC=80=E5=8F=91=E7=8E=B0=E7=8A=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Musicreater/__init__.py | 5 +++-- Musicreater/main.py | 5 +++-- README.md | 9 +++++---- README_EN.md | 9 +++++---- pyproject.toml | 2 +- 5 files changed, 17 insertions(+), 13 deletions(-) diff --git a/Musicreater/__init__.py b/Musicreater/__init__.py index a121fae..c133180 100644 --- a/Musicreater/__init__.py +++ b/Musicreater/__init__.py @@ -2,10 +2,11 @@ """ 音·创 -是一款免费开源的《我的世界》数字音频支持库。 +是一款免费、开源、高性能、插件化的《我的世界》数字音频支持库。 Musicreater (音·创) -A cost free and open-source library for handling with **Minecraft** digital music. +A cost free, open-source, blazing fast and plugin- +supported library for editing _Minecraft_ digital music. 版权所有 © 2026 睿乐组织 Copyright © 2026 TriM-Organization diff --git a/Musicreater/main.py b/Musicreater/main.py index c25214c..bb45734 100644 --- a/Musicreater/main.py +++ b/Musicreater/main.py @@ -3,10 +3,11 @@ """ 音·创 -是一款免费开源的《我的世界》数字音频支持库。 +是一款免费、开源、高性能、插件化的《我的世界》数字音频支持库。 Musicreater (音·创) -A cost free and open-source library for handling with **Minecraft** digital music. +A cost free, open-source, blazing fast and plugin- +supported library for editing _Minecraft_ digital music. 版权所有 © 2026 睿乐组织 Copyright © 2026 TriM-Organization diff --git a/README.md b/README.md index a001128..d99601e 100644 --- a/README.md +++ b/README.md @@ -45,15 +45,16 @@ 欢迎加群:[861684859](https://jq.qq.com/?_wv=1027&k=hpeRxrYr) -> **注意** 本仓库内的项目仅仅是支持库,其用户为基岩版音乐相关软件的开发者 -> -> 面向常规用户的 **基岩版音乐转换工具** 请参阅:[伶伦转换器](../../../Linglun-Converter)【已停止更新】 -> +> **注意** 本仓库内的项目仅仅是支持库,其用户为基岩版音乐相关软件的开发者 \ +> 面向常规用户的 **基岩版音乐转换工具** 请参阅:[伶伦转换器](../../../Linglun-Converter)【已停止更新】 \ > 我们也正在开发面向高级用户的 **基岩版音乐编辑工具**(数字音频工作站):[伶伦](../../../LinglunStudio) ## 安装 🔳 +> 理论适用版本:Python 3.8 \ +> 实际开发版本:Python 3.10 + 使用 pypi 直接安装 - ```bash diff --git a/README_EN.md b/README_EN.md index 33db2ef..0826608 100644 --- a/README_EN.md +++ b/README_EN.md @@ -43,15 +43,16 @@ Musicreater is a cost free, open-source, highly optimized library designed for e Welcome to join our QQ group: [861684859](https://jq.qq.com/?_wv=1027&k=hpeRxrYr) -> **NOTICE** The project inside this repository is only a supportive library, which is mainly for the developers of music related software for _Minecraft: Bedrock Edition_. -> -> The _Bedrock Edition music convertor_ which is for common users is in [Linglun Converter](../../../Linglun-Converter). [Archived] -> +> **NOTICE** The project inside this repository is only a supportive library, which is mainly for the developers of music related software for _Minecraft: Bedrock Edition_. \ +> The _Bedrock Edition music convertor_ which is for common users is in [Linglun Converter](../../../Linglun-Converter). [Archived] \ > We are also developing a _BE music editor_, a new _Minecraft_ digital audio workstation(DAW): [Linglun](../../../LinglunStudio) ## Installation 🔳 +> Supported Version: Python 3.8 \ +> Development Under: Python 3.10 + - Via pypi ```bash diff --git a/pyproject.toml b/pyproject.toml index 3a94245..c92b968 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ { name = "金羿Eilles", email = "EillesWan@outlook.com" }, ] - description = "A free open source library used for dealing with **Minecraft** digital musics." + description = "A blazing fast and plugin-supported library for editing _Minecraft_ digital music." readme = "README_EN.md" license = { file = "LICENSE.md" }