Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 625 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 625 Bytes

micpyplayer

Simple music player in python with ncurses and libvlc. This project is still in early stages.

Installation

You need to install ncurses and libvlc.

Fedora

Under Fedora, do

sudo dnf install vlc python3-vlc vlc-devel ncurses-libs ncurses-devel

Ubuntu

Under Ubuntu:

sudo apt-get install libvlc-dev vlc

and the bindings with pip

pip3 install python-vlc

Usage

./micpyplayer.py <directory_path>

use the arrows to move up and down, right-arrow is for enter.

Screenshots

alt text