logo

Groove 音乐

一个基于 PyQt5 的跨平台音乐播放器

Python 3.8.6 PyQt 5.15.2 Platform Win32 | Linux | macOS

English | 简体中文

## 界面 ![界面](source/_static/images/Groove音乐.jpg) ## 功能 * 播放本地音乐 ![local music](source/_static/images/本地音乐.gif) * 创建和管理个人播放列表 ![custom playlist](source/_static/images/播放列表.gif) * 查看和编辑歌曲元数据 ![song meta data](source/_static/images/歌曲信息.gif) * 观看和下载在线 MV ![MV](source/_static/images/播放和下载MV.jpg) ## 快速开始 1. 创建虚拟环境: ```shell conda create -n Groove python=3.8 conda activate Groove pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple ``` 2. 下载解码器: * 对于 Win32,安装 [LAV Filters](https://github.com/Nevcairiel/LAVFilters/releases/download/0.74/LAVFilters-0.74-Installer.exe) * 对于 Linux,安装 GStreamer 3. 打开 Groove 音乐: ```shell cd app conda activate Groove python Groove.py ``` ## 文档 使用 Groove 音乐之前建议阅读[帮助文档](https://groove-music.readthedocs.io),你想知道的,都在这里~~ ## 许可证 Groove 使用 GPLv3 许可证进行授权。 版权所有 © 2020 by zhiyiYo. > *注意* > > Groove 音乐仅供学习使用,任何人不得将其用于商业及其他非法用途,否则后果自负。