一个基于 PyQt5 的跨平台音乐播放器
English | 简体中文
-
创建虚拟环境:
conda create -n Groove python=3.8 conda activate Groove pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
-
下载解码器:
- 对于 Win32,安装 LAV Filters
- 对于 Linux,安装 GStreamer
-
打开 Groove 音乐:
cd app conda activate Groove python Groove.py
- 下载并安装 LAV Filters
- 从 Release 页面下载
Groove_v*.*.*_x64_setup.exe
- 右键并以管理员身份运行
Groove_v*.*.*_x64_setup.exe
,根据安装向导完成 Groove 的安装 - 开启你的音乐之旅 😊~~
- 下载并安装 LAV Filters
- 从 Release 页面下载
Groove_v*.*.*_windows_x64.zip
- 解压
Groove_v*.*.*_windows_x64.zip
- 在解压出来的
Groove
文件夹中,找到并双击运行 Groove.exe - 开启你的音乐之旅 😊~~
- 安装 GStreamer
- 从 Release 页面下载
Groove_v*.*.*_linux_x64.zip
- 解压
Groove_v*.*.*_linux_x64.zip
- 在解压出来的
Groove
文件夹中,找到并双击运行 Groove 可执行文件 - 开启你的音乐之旅 😊~~
使用 Groove 音乐之前建议阅读帮助文档,你想知道的,都在这里~~