Get an LRC format (synchronized) lyrics for your music
Project description
syncedlyrics
Get an LRC format (synchronized) lyrics for your music.
Installation
pip install syncedlyrics
Usage
CLI
syncedlyrics "SEARCH_TERM"
Available Options
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 |
Python
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"])
Providers
- Musixmatch
- Lyricsify
- NetEase
- Megalobiz
Deezer(Currently broken, PR is appreciated)
Feel free to suggest more providers please.
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
syncedlyrics-0.5.0.tar.gz
(12.8 kB
view details)
Built Distribution
File details
Details for the file syncedlyrics-0.5.0.tar.gz
.
File metadata
- Download URL: syncedlyrics-0.5.0.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.9.5 Darwin/19.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 767c84abf4ae7ba423a0a224c9b2284a8d9c34f00f2e596748707655a760018e |
|
MD5 | f12ebe87b796d7053786bc571003a7cf |
|
BLAKE2b-256 | ceb97da57244f871167de84ec54208bfbcc33847dcb444dd3a721e2715eb5481 |
File details
Details for the file syncedlyrics-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: syncedlyrics-0.5.0-py3-none-any.whl
- Upload date:
- Size: 12.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.9.5 Darwin/19.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2edfae34bdc80c9dca4336a81a49f6591a8e469597fc14e9a89e1a3d297dbcfb |
|
MD5 | 46e3cd0cb7e6d84ba57e6d094c4526e8 |
|
BLAKE2b-256 | f5daf2e6274ac2b7dab7ffdda17b1d70127b457289acbf2b577f93278795d6b8 |