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

https://github.com/foxt/pyamp

A recreation of Winamp 2 in Python3 Tkinter af a front end for MPD.
https://github.com/foxt/pyamp

Last synced: 3 months ago
JSON representation

A recreation of Winamp 2 in Python3 Tkinter af a front end for MPD.

Awesome Lists containing this project

README

        

# pyamp
A recreation of Winamp 2 in Python3 Tkinter af a front end for MPD.

![GIF screencapture of Pyamp](https://raw.githubusercontent.com/theLMGN/pyamp/master/screenshot.gif)

## Setup

```bash
git clone https://github.com/thelmgn/pyamp.git
cd pyamp
# If on Ubuntu,
sudo apt install python3 python3-tk python3-pil python3-pil.imagetk python3-mpd
python3 ./index.py
```