Metadata-Version: 2.1
Name: genius-lyrics
Version: 1.0
Summary: Find the lyrics of the song you are listening to directly from your Linux terminal
Home-page: https://github.com/golim/genius
Author: Matteo Golinelli
Author-email: matteogolinelli97@gmail.com
License: UNKNOWN
Description: # Genius
        
        Find the lyrics of the song you are listening to directly from your Linux terminal. Lyrics are from [Genius](https://genius.com/)
        
        ## Requirements
        
        - Python 3
        - [BeautifulSoup](https://www.crummy.com/software/BeautifulSoup/)
        
        ### Optional
        
        - [argcomplete](https://argcomplete.readthedocs.io/en/latest/) with [active global completion](https://pypi.org/project/argcomplete/#activating-global-completion): tab completion of arguments
        
        ## How to use
        
            git clone https://github.com/golim/genius
            cd genius
            chmod +x genius.py
        
        Set an environment variable called `GENIUS_TOKEN` with the token you can request [here](https://genius.com/api-clients) and reboot.
        
            ./genius.py
        
        ### How to Install
        
            pip install genius-lyrics
        
            sudo cp genius.py /usr/local/bin/genius
        
        ## Screenshot
        
        ![Screenshot](img/screenshot.png)
        
        ## Warning
        
        Due to the stupid search function of genius it may happen that the script finds the wrong song
Keywords: GENIUS,LYRICS,TERMINAL
Platform: UNKNOWN
Description-Content-Type: text/markdown
