A terminal based music player written in Python.
The easiest way to install snek's dependencies is through pip.
- Install urwid console interface library
pip install urwid
- Install pyglet multimedia library
pip install pyglet
- Clone the repository
git clone https://github.com/azablan/snek.git
- cd into the directory and run snek.py, specifying a directory that contains audio files
python snek.py <absolute-path-to-music-directory>