Lyricify is a CLI/GUI application that retrieves the lyrics of the current Spotify song for Linux. It uses dbus to detect the current song and scrapes genius.com for the lyrics.
- requests
- BeautifulSoup
- GTK+ 3
- PyGObject
Make sure all dependencies are installed.
git clone https://github.com/sharadsw/lyricify
cd lyricify
python setup.py install --user
Command-line
lyricify
GUI
lyricify -ui