Musicreater/msctPkgver/__init__.py

41 lines
1.6 KiB
Python
Raw Normal View History

2022-06-07 17:50:14 +00:00
# -*- coding: utf-8 -*-
2022-04-12 06:15:33 +00:00
"""一个简单的基于音·创的我的世界音频操作工具"""
2022-04-05 15:43:03 +00:00
2022-06-07 17:50:14 +00:00
# 音·创 开发交流群 861684859
# Email EillesWan2006@163.com W-YI_DoctorYI@outlook.com EillesWan@outlook.com
# 版权所有 金羿("Eilles Wan") & 诸葛亮与八卦阵("bgArray") & 鸣凤鸽子("MingFengPigeon")
# 若需转载或借鉴 请依照 Apache 2.0 许可证进行许可
2022-04-05 15:43:03 +00:00
__version__ = '0.0.1'
__all__ = []
2022-04-12 06:15:33 +00:00
__author__ = (('金羿', 'Eilles Wan'), ('诸葛亮与八卦阵', 'bgArray'), ('鸣凤鸽子', 'MingFengPigeon'))
2022-04-05 15:43:03 +00:00
"""
2022-06-07 17:50:14 +00:00
· 库版 (Musicreater Package Version)
是一款免费开源的针对我的世界基岩版的midi音乐转换库
注意除了此源文件以外任何属于此仓库以及此项目的文件均依照Apache许可证进行许可
Musicreater pkgver (Package Version · 库版)
A free open source library used for convert midi file into formats that is suitable for **Minecraft: Bedrock Edition**.
Note! Except for this source file, all the files in this repository and this project are licensed under Apache License 2.0
2022-06-18 17:39:50 +00:00
Copyright © 2022 all the developers of Musicreater
2022-04-05 15:43:03 +00:00
Licensed under the Apache License, Version 2.0 (the 'License');
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
"""
2022-06-07 17:50:14 +00:00
2022-08-09 07:10:52 +00:00
from .main import *
2022-06-07 17:50:14 +00:00
print('此Midi转换功能由音·创开发者开发版权归参与开发的人员共同所有。')
2022-06-18 17:39:50 +00:00
print('Copyright © 2022 all the developers of Musicreater')
print("小贴不妨试试Mid-BDX转换网页在线的多功能Midi转换器")
2022-12-31 05:20:30 +00:00
print("https://dislink.github.io/midi2bdx/")