Skip to main content

Library to extract music data

Project description

shazamLyric

Install

pip install shazamLyric

Import library

import shazamLyric
or
from shazamLyric import key,title,subtitle,lyrics,youtube

All code

from shazamLyric import *
app = shazamLyric('la belle',3,0,'BR')
print(len(app.key()))
print(app.title())
print(app.subtitle())
print(app.lyrics())
print(app.youtube())

Functions

Use below code to call functions

app = shazamLyric('la belle',3,0,'BR')
*shazamLyric([text music],[number results],[number offset],[text country])

Use the code below to get the number of songs

print(len(app.key()))

Use the code below to get music code

print(app.key())

Use the code below to get music title

print(app.title())
or choose index of list
print(app.title()[0])

Use the code below to get music subtitle

print(app.subtitle())
or choose index of list
print(app.subtitle()[0])

Use the code below to get music lyrics

print(app.lyrics())
or choose index of list
print(app.lyrics()[0])

Use the code below to get youtube link

print(app.youtube())
or choose index of list
print(app.youtube()[0])

Links

See my GitHub.

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

shazamLyric-0.0.1.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

shazamLyric-0.0.1-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

Details for the file shazamLyric-0.0.1.tar.gz.

File metadata

  • Download URL: shazamLyric-0.0.1.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.0

File hashes

Hashes for shazamLyric-0.0.1.tar.gz
Algorithm Hash digest
SHA256 171d40ecc4e1fb0149e45737ca78b59d5a246a7c0eb0c6685d56b5162226a0ae
MD5 a6e48341abcfdb116181442fdb25f671
BLAKE2b-256 92d79e7ddaf001a7ec5096daa2c65b32e516060317701b582b90cb1980573d6b

See more details on using hashes here.

File details

Details for the file shazamLyric-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: shazamLyric-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 3.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.0

File hashes

Hashes for shazamLyric-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 94af574bcb62d1800f43b843e2bdf6a0af1726016d1335e3a1a972d31c8ed89d
MD5 3998db053a8730a9fd93605a624bca3e
BLAKE2b-256 f632e0c10aac124885e1bf12c3fd616463263a88acc02b0aee19b11d6efebdff

See more details on using hashes here.

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