Install dependencies:
pip install -r requirements.txt
Run:
python3 radio.py
Features:
- Play the song by pressing numbers and letters on the keyboard
- Space or "p" for play/pause
- UP & DOWN key for change volume
- "Esc" for exit

If you have a problem with the installation of a dependency, run the following command (in Debian):
apt install python3-vlc
or make venv:
python3 -m venv venv
source venv/bin/activate
If your colors are not the same as the image, export this variable
export TERM=xterm-256color
VLC
On Windows you can just install VLC to add vlc libraries, or manually
add the vlc libraries and dlls and define paths.