Skip to content

blha303/getlyrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages