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.2.post3.tar.gz
(2.1 kB
view hashes)
Built Distribution
Close
Hashes for LyricsPy-0.1.2.post3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5c4eb886be183bb229fc94ae80f49c0bfebb998c0dc8f0f3ce791bff5203491 |
|
MD5 | 71ca820f4798205a138bdc7293f0c722 |
|
BLAKE2b-256 | c22788519de10e1a54fedbde933c6c34b12fd50f983a9a5a0373247a135d7012 |