Skip to content

alvin-the-programmer/snek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A terminal based music player written in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages