Animelyrics is a python library for retrieving lyrics for anime songs from animelyrics dot com.
- urllib.request
- bs4
- requests
- urllib.parse
Using pip
pip install animelyrics
or clone and install:
git clone https://github.com/emily-yu/animelyrics.git cd animelyrics python setup.py
from animelyrics import AnimeLyrics
al = AnimeLyrics('[keyword-to-search]')
| Function | Parameter |
|---|---|
| init | keyword-to-search |
| lyrics | lang (en: English, jp: Japanese) |
| song_title | n/a |