Skip to content

simple music player in python with ncurses and libvlc

License

Notifications You must be signed in to change notification settings

etene/micpyplayer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

simple music player in python with ncurses and libvlc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%