文件名称:fpl_reader:foobar2000 .fpl播放列表阅读器
文件大小:21KB
文件格式:ZIP
更新时间:2024-02-25 17:02:32
python reverse-engineering data-structures foobar2000 DatastructuresPython
fpl_reader 一个Python库,可让您阅读Foobar2000的.fpl播放列表文件。 用法: 用pytest测试库 使用pip install --user .安装库pip install --user . 使用fpl_reader path/to/playlist.fpl运行播放列表阅读器 如果您不喜欢安装东西,也可以直接在项目根目录内部使用python3 -m fpl_reader playlist.fpl 。 文献资料 有关FPL文件格式文档,请参见 。
【文件预览】:
fpl_reader-master
----setup.py(321B)
----.gitignore(40B)
----LICENSE.md(1KB)
----fpl-format.md(10KB)
----README.md(495B)
----fpl_reader()
--------windows_time.py(1KB)
--------__init__.py(53B)
--------cool_io.py(2KB)
--------tests()
--------__main__.py(411B)
--------playlist_reader.py(4KB)
--------pseudo_object.py(750B)