Library to extract music data
Project description
shazamLyric
Install
pip install shazamLyric
Import library
from shazamLyric import *
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
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
shazamLyric-0.0.2.tar.gz
(2.9 kB
view details)
Built Distribution
File details
Details for the file shazamLyric-0.0.2.tar.gz
.
File metadata
- Download URL: shazamLyric-0.0.2.tar.gz
- Upload date:
- Size: 2.9 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a62aaee8be08268c811e453e905418a0186134b3d98051883a8057e8f17e0cf |
|
MD5 | c46d0520c0ebabf5099b57f76ebf3c87 |
|
BLAKE2b-256 | d3b62ac77e95b13159525beb85cf599c202cd9aabd7c6933b8763429f814cffb |
File details
Details for the file shazamLyric-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: shazamLyric-0.0.2-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
Algorithm | Hash digest | |
---|---|---|
SHA256 | c32edb6c10a6cd45bc54ef040658a5e5d79d3b1935051e0401e9cbba714f0eb8 |
|
MD5 | 08be426fb2341ca4288b1935fb413662 |
|
BLAKE2b-256 | ce3e87d2cdd9ed08f81c349d30457c5cb49353fd0064f1e3f6c9d1df6ba31076 |