Qygmy is a simple MPD client written in Python 3 and Qt/PySide. Qygmy's most remarkable feature is its powerful template engine, allowing highly customizable display.
- Python >= 3.3
- PySide >= 1.1.2
- python-mpd2
-
Using
pip:pip install qygmy -
On Debian: first, install
python3-mpd2as in this guide. Then download the.debfile from here and install it:dpkg -i qygmy_*_all.deb.debs can be build from source using:python3 ./setup.py bdist_deb
