An open API service indexing awesome lists of open source software.

https://github.com/4eb0da/musicplayer

Simple pygtk music player
https://github.com/4eb0da/musicplayer

Last synced: about 1 year ago
JSON representation

Simple pygtk music player

Awesome Lists containing this project

README

          

# musicplayer
Simple pygtk music player

## Requirements

* Python 3.2+
* Gtk 3.4+
* Gstreamer 1.0+
* taglib

[taglib installation](https://pypi.python.org/pypi/pytaglib#installation)

gstreamer installation:
```bash
apt-get install gstreamer1.0-plugins-base gstreamer1.0-plugins-good
```