Metadata-Version: 1.1
Name: getlyrics
Version: 2.0.1
Summary: A Python program which gets the lyrics for a song and outputs them to stdout
Home-page: https://blha303.github.io/getlyrics/
Author: Steven Smith
Author-email: stevensmith.ome@gmail.com
License: MIT
Description: getlyrics
        =========
        
        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
        
            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``
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Multimedia :: Sound/Audio
