Displays synchronized lyrics in in the commandline with VLC python bindings
Currently you have to modify the lrc and audio file values manually, they are at the top
p = MediaPlayer(r'$AUDIO_FILE')
f = open(r'$LRC_FILE')
I will at a later point update it so that it can be specified in a config file.
My friend already created a video based on this small python script, have a look: