3 Star 3 Fork 0

睿乐组织 TriMO/Numbered musical notation Lib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
numbered_musical_notation.py 561 Bytes
一键复制 编辑 原始数据 按行查看 历史
bgArray 提交于 2023-02-05 16:51 . update 2023/2/5 frame2
from nmn_file.nmn_pic_main import *
from nmn_file.nmn_file_main import *
class NumberedMusicalNotation(
NumberedMusicalNotationFile,
object,
):
def __init__(self, file_path: str = None):
super().__init__(file_path)
self.file_path = file_path
def generate_pictures(self):
NumberedMusicalNotationPicture(self)
if __name__ == "__main__":
NMN: NumberedMusicalNotation = NumberedMusicalNotation("./resources/goal.txt")
print(type(NMN))
print(NMN.get_path())
NMN.generate_pictures()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/TriM-Organization/NumberedMusicalNotationLib.git
git@gitee.com:TriM-Organization/NumberedMusicalNotationLib.git
TriM-Organization
NumberedMusicalNotationLib
Numbered musical notation Lib
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385