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.post2.tar.gz
(2.2 kB
view hashes)
Built Distribution
Close
Hashes for LyricsPy-1.0.0.post2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef42a91c15a62fc69c8b76d31602141fa5a346725f95033a5c2ccd6f7767c1da |
|
MD5 | 8fe5802c0c324deccf2ce8b4d1abfe42 |
|
BLAKE2b-256 | 1773dbe48d3a8a5ed7f4b479b1f849e854dd97675e2a7e7874948fa6397c4734 |