/snek

A terminal based music player written in Python

Primary LanguagePython

snek

A terminal based music player written in Python.

Installing Dependencies

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
  • Install AVbin audio decoding library (required for mp3 playback)

    • binary release available here

Using snek

  • 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>

Screenshot

Screenshot