tsufeki / qygmy

Simple MPD client written in Qt/PySide.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qygmy

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.

Sample screenshot

Requirements

Installation

  • Using pip:

      pip install qygmy
    
  • On Debian: first, install python3-mpd2 as in this guide. Then download the .deb file from here and install it:

      dpkg -i qygmy_*_all.deb
    

    .debs can be build from source using:

      python3 ./setup.py bdist_deb
    

About

Simple MPD client written in Qt/PySide.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 97.9%Language:Makefile 1.7%Language:Groff 0.4%