Skip to content

A Python script that displays the lyrics to the currently playing song on Spotify in your terminal

License

Notifications You must be signed in to change notification settings

cjlh/spotify-lyrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spotify-lyrics

A Python script that displays the lyrics to the currently playing song on Spotify in your terminal.

Screenshot

Getting started

Dependencies

This script requires Python 3, requests and BeautifulSoup4

Installation and use

  1. Save spotify-lyrics.py to a location of your choice (this is where you will run the script from):

    $ wget https://raw.githubusercontent.com/cjlh/spotify-lyrics/master/spotify-lyrics.py
    
  2. Run the script whilst playing music in Spotify -- the lyrics will automatically display as the song changes:

    $ python /path/to/spotify-lyrics.py
    

    Or if the script was saved to /usr/bin:

    $ spotify-lyrics
    

    You can use the --lyrics-provider argument choose to a specific lyrics provider to fetch lyrics with. Use --help to see all available providers.

    $ spotify-lyrics --lyrics-provider=<LYRICS_PROVIDER>
    

License

This project is licensed under the MIT License.


https://github.com/cjlh/spotify-lyrics

About

A Python script that displays the lyrics to the currently playing song on Spotify in your terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages