reteps / lrc_kit

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Python 100.0%