Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
/ lrc_kit Public

A library for searching, downloading, and parsing song lyrics in LRC format in python.

License

Notifications You must be signed in to change notification settings

reteps/lrc_kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lrc_kit

A very simple API for searching for LRC files in python

from lrc_kit import ComboLyricsProvider, SearchRequest

engine = ComboLyricsProvider()
search = SearchRequest('eminem', 'stan')
result, engine_used = engine.search(search)
result.export('stan.lrc')

See some more advanced usage in my real time lyrics project :)

About

A library for searching, downloading, and parsing song lyrics in LRC format in python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages