search lyrics on letras.mus.br
Project description
A library to search for music lyrics.
Installation:
LyricsPy can be installed using pip from PyPI or from GitHub
via PyPI using pip:
pip install -U lyricspy
via GitHub using pip+git:
pip install -U git+https://github.com/AmanoTeam/LyricsPy
Usage:
To use LyricsPY is easy, but let's see some examples:
First example:
import lyricspy
search = lyricspy.auto("Hello")[0]
# Print author name
print(search["autor"])
# Print music title
print(search["musica"])
# Print music lyrics
print(search["letra"])
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
LyricsPy-1.0.0.post1.tar.gz
(2.2 kB
view hashes)
Built Distribution
Close
Hashes for LyricsPy-1.0.0.post1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c39470f47c13b4fb8c3eb6094836b2ec3cf2e838da753d477b2cb90ab0148de |
|
MD5 | 61efcb04a84f9e4552bc6cb8f5c1481c |
|
BLAKE2b-256 | 1ea2a2723411f45625f4b6d60565726dd44f5877ed04457370a2ebea6da77d8e |