getlyrics

A Python program which gets the lyrics for a song and outputs them to stdout


License
MIT
Install
pip install getlyrics==2.1.2

Documentation

getlyrics

A Python program which gets the lyrics for a song and outputs them to stdout

Usage

usage: getlyrics [-h] [-i INDEX] [-u] term

positional arguments:
  term                  Search term

optional arguments:
  -h, --help            show this help message and exit
  -i INDEX, --index INDEX
                        Specify song index, if multiple results are returned
  -u, --get-url         Returns the URL for the lyrics (instead of lyrics)

Data loaded from AZLyrics.com. Used without permission. This is effectively a
shortcut for opening a browser, but I guess it does skip loading ads.

Installation

Via pip:

pip3 install getlyrics

Alternatively:

  • Clone the repository, cd getlyrics
  • Run python3 setup.py install or pip3 install -e