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.post2.tar.gz
(2.1 kB
view hashes)
Built Distribution
Close
Hashes for LyricsPy-0.1.2.post2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ccef63dd1db274e21235154415c3c1e32364457f004e49822ca030d01a180c9d |
|
MD5 | 6f87afc27c877a204058dea40f46ac03 |
|
BLAKE2b-256 | 6e0caa030f18a16d32c2f76e5fb0520b6ce0c27b18d89bfb40fdf8c3d075f7cf |