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
- Host: GitHub
- URL: https://github.com/4eb0da/musicplayer
- Owner: 4eb0da
- Created: 2016-02-28T13:39:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-31T20:15:53.000Z (almost 10 years ago)
- Last Synced: 2025-02-13T15:14:58.273Z (over 1 year ago)
- Language: Python
- Size: 77.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```