A Python program which gets the lyrics for a song and outputs them to stdout
A Python program which gets the lyrics for a song and outputs them to stdout
usage: getlyrics [-h] [-i INDEX] [--startFromZero] 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
--startFromZero Start index from zero instead of one
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.
Via pip
:
pip3 install getlyrics
Alternatively:
cd getlyrics
python3 setup.py install
or pip3 install -e