search lyrics on letras.mus
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-0.1.3.post2.tar.gz
(2.1 kB
view hashes)
Built Distribution
Close
Hashes for LyricsPy-0.1.3.post2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62cb42bc2ee04139ba1758bbb9788c3f715f9e180f3cae55d0eda819b6ace5a9 |
|
MD5 | 3585a62fe70461697d8a0ad1ff2b5375 |
|
BLAKE2b-256 | 6b46b7d6167c957e8af697cbf8d8ac98fbb7cf0003bba8041c9676581025e38a |