Skip to content

Displays synchronized lyrics in in the command line with VLC python bindings

Notifications You must be signed in to change notification settings

spookyahell/cmd-lyrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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

About

Displays synchronized lyrics in in the command line with VLC python bindings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages