文件名称:pyRealParser:用于读取iRealPro格式的歌曲的程序包
文件大小:11KB
文件格式:ZIP
更新时间:2024-06-10 15:35:43
music chords jazz irealpro Python
pyRealParser 一个Python包,用于读取。 简介与用法 这是有关如何导入iReal链接并打印其中包含的信息的示例: > from pyRealParser import Tune > my_tune = Tune . parse_ireal_url ( 'irealb://Dear<link shortened>' )[ 0 ] > print ( my_tune ) < pyRealParser> Title : Dear Old Stockholm Composer : Traditional Style : Medium Swing Key : D - Transpose : None Comp style : 0 BPM : 0 Repeats : None Time signature
【文件预览】:
pyRealParser-master
----LICENCSE(1KB)
----pyRealParser()
--------__init__.py(31B)
--------pyRealParser.py(16KB)
----test()
--------test_tune.py(8KB)
----setup.py(732B)
----README.md(3KB)
----.gitignore(2KB)