Skip to main content

search lyrics on musixmatch.com

Project description

LyricsPy
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


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.7.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

LyricsPy-1.0.7-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page