Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 669 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 669 Bytes

cmd-lyrics

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:


YouTube Video Example