Files
musicdl-catalog-sync-suite/catalog-sync/docs/Playground.md
T

34 lines
2.4 KiB
Markdown

# Playground
## Projects
| Project (EN) | Project (CN) | WeChat Article | Project Location |
| :----: | :----: | :----: | :----: |
| Music downloader GUI | 音乐下载器GUI界面 | [click](https://mp.weixin.qq.com/s/fN1ORyI6lzQFqxf6Zk1oIg) | [musicdlgui](https://github.com/CharlesPikachu/musicdl/tree/master/examples/examples/musicdlgui) |
| Singer lyrics analysis | 歌手歌词分析 | [click](https://mp.weixin.qq.com/s/I8Dy7CoM2ThnSpjoUaPtig) | [singerlyricsanalysis](https://github.com/CharlesPikachu/musicdl/tree/master/examples/examples/singerlyricsanalysis) |
| Lyric-based song snippet retrieval | 歌词获取歌曲片段 | [click](https://mp.weixin.qq.com/s/Vmc1IhuhMJ6C5vBwBe43Pg) | [searchlyrics](https://github.com/CharlesPikachu/musicdl/tree/master/examples/examples/searchlyrics) |
## Usage and results demonstration
#### Music downloader GUI
This project is located in the [musicdlgui](https://github.com/CharlesPikachu/musicdl/tree/master/examples/examples/musicdlgui) directory.
To use it, run `python musicdlgui.py`. The result is shown below:
<div align="center">
<img src="https://raw.githubusercontent.com/CharlesPikachu/musicdl/master/examples/musicdlgui/screenshot.png" width="600" alt="musicdl logo" />
</div>
#### Singer lyrics analysis
This project is located in the [singerlyricsanalysis](https://github.com/CharlesPikachu/musicdl/tree/master/examples/examples/singerlyricsanalysis) directory.
To use it, run `python singerlyricsanalysis.py`. The result is shown below:
<div align="center">
<img src="https://raw.githubusercontent.com/CharlesPikachu/musicdl/master/examples/singerlyricsanalysis/screenshot.png" width="600" alt="musicdl logo" />
</div>
#### Lyric-based song snippet retrieval
This project is located in the [searchlyrics](https://github.com/CharlesPikachu/musicdl/tree/master/examples/examples/searchlyrics) directory.
To use it, run `python searchlyrics.py`.