23 lines
512 B
Markdown
23 lines
512 B
Markdown
Negro Mate Karaoke
|
|
==================
|
|
|
|
Simple karaoke bideo browser.
|
|
|
|
Uses kivy, installation instructions here: https://kivy.org/doc/stable/installation/installation-devel.html
|
|
|
|
|
|
Install Mini-howto
|
|
------------------
|
|
|
|
apt-get install python3-dev python-setuptools python-pygame python-opengl \
|
|
python-enchant python-dev build-essential python-pip libgl1-mesa-dev \
|
|
libgles2-mesa-dev zlib1g-dev
|
|
|
|
|
|
python3 -m venv env
|
|
. env/bin/activate
|
|
|
|
pip install -r requirements.txt
|
|
|
|
./karaoke
|