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')
song = random.choice(tswift.songs)
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
After installing, you can also print a random Taylor Swift song lyric with the command:
python -m tswift
Happy lyric hunting!
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
tswift-0.2.0.tar.gz
(3.2 kB
view hashes)