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.
- Host: GitHub
- URL: https://github.com/foxt/pyamp
- Owner: foxt
- Created: 2020-05-13T19:11:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-06T16:16:16.000Z (almost 5 years ago)
- Last Synced: 2025-01-02T23:25:15.426Z (5 months ago)
- Language: Python
- Size: 788 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pyamp
A recreation of Winamp 2 in Python3 Tkinter af a front end for MPD.
## 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
```