A cross-platform music player based on PyQt5
English | 简体中文
-
Play local music
-
Search, play and download online music
-
Create and manage custom playlist
-
View and edit song meta data
-
Watch and download MV
-
Create virtual environment:
conda create -n Groove python=3.8 conda activate Groove pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
-
Download decoder:
- For the Win32, you should install LAV Filters.
- For the Linux, you should install GStreamer.
-
Open Groove music:
cd app conda activate Groove python Groove.py
- Download and install LAV Filters
- Download
Groove_v*.*.*_x64_setup.exe
from release page - Run
Groove_v*.*.*_x64_setup.exe
as administrator and install Groove - Start to enjoy your music~~
- Download and install LAV Filters
- Download
Groove_v*.*.*_windows_x64.zip
from release page - Unzip
Groove_v*.*.*_windows_x64.zip
- Go to
Groove
folder, find and double click Groove.exe - Start to enjoy your music~~
- Install GStreamer
- Download
Groove_v*.*.*_linux_x64.zip
from release page - Unzip
Groove_v*.*.*_linux_x64.zip
- Go to
Groove
folder, find and double click the Groove executable file - Start to enjoy your music~~
Want to know more about Groove Music? Please read the help document 👈
- zhiyiYo/PyQt-Frameless-Window:A cross-platform frameless window based on pyqt5, support Win32, Linux and macOS.
- zhiyiYo/PyQt-Fluent-Widgets:A fluent design widgets library based on PyQt5
- jsmolka/egg-player:A Groove Music like music player. The code of this repo is very elegant.