Skip to main content

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

Project description

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

Usage

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.

Installation

Via pip:

pip3 install getlyrics

Alternatively:

  • Clone the repository, cd getlyrics

  • Run python3 setup.py install or pip3 install -e

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

getlyrics-1.0.0.tar.gz (2.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page