Get an LRC format (synchronized) lyrics for your music.
pip install syncedlyrics
syncedlyrics "SEARCH_TERM"
Flag | Description |
---|---|
-o |
Path to save .lrc lyrics, default="{search_term}.lrc" |
-v |
Use this flag to show the logs |
--allow-plain |
Return a plain text (not synced) lyrics if no LRC format was found |
import syncedlyrics
lrc = syncedlyrics.search("[TRACK_NAME] [ARTIST_NAME]")
Or with options:
syncedlyrics.search("...", allow_plain_format=True, save_path="{search_term}_1234.lrc", providers=["NetEase"])
- Musixmatch
- Lyricsify
- NetEase
- Megalobiz
Deezer(Currently broken, PR is appreciated)
Feel free to suggest more providers please.