MetroLyrics API
Project description
This repo is actually not directly related to Taylor Swift. It’s just a simple Python API for getting lyrics from MetroLyrics. Here is how easy it is:
from tswift import Artist
import random
tswift = Artist('taylor-swift')
tswift.load()
song = random.choice(tswift.songs)
song.load()
print(song.lyrics)
Setup
This package depends on lxml and requests. These should be installed when you install this package from pip:
pip install tswift
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for tswift-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e20e7ccddd4f52d1ad09a4700ada3240e16b863ad3fb41c982fdf22e06ddb41 |
|
MD5 | c93134f50ee93a4966409c98e40b2322 |
|
BLAKE2b-256 | 06814000bf7a233e94f4ecbea834d561f5c25ffce1716c0aa7a761434d641f02 |