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.post1.tar.gz
(2.1 kB
view hashes)
Built Distribution
Close
Hashes for LyricsPy-0.1.3.post1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00050e07a393520575f031c2d65ee48e7cd07b758ae026b548dff643cb2390fa |
|
MD5 | 88999be4ba3039319336ece11098b368 |
|
BLAKE2b-256 | 654f5ab38b4c2bce26100faa3d93f942610fc70db0068a7360bbf9460eaf1b12 |