Simple music player in python with ncurses and libvlc. This project is still in early stages.
You need to install ncurses and libvlc.
Under Fedora, do
sudo dnf install vlc python3-vlc vlc-devel ncurses-libs ncurses-devel
Under Ubuntu:
sudo apt-get install libvlc-dev vlc
and the bindings with pip
pip3 install python-vlc
./micpyplayer.py <directory_path>
use the arrows to move up and down, right-arrow is for enter.