Skip to content

A python library for retrieving lyrics for anime songs from animelyrics dot com

License

Notifications You must be signed in to change notification settings

emily-yu/animelyrics

Repository files navigation

animelyrics

Description

Animelyrics is a python library for retrieving lyrics for anime songs from animelyrics dot com.

Table of Contents

Requirements

  • urllib.request
  • bs4
  • requests
  • google
  • urllib.parse

Installation

Using pip

pip install animelyrics

or clone and install:

git clone https://github.com/emily-yu/animelyrics.git
cd animelyrics
python setup.py

Usage

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

About

A python library for retrieving lyrics for anime songs from animelyrics dot com

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages