Cross Platform desktop application to view and download lyrics of the song that's currently being played. It supports ANY Music Player connted to Last.fm and Spotify (natively) for now.
GUI is made using python-tkinter, if building using macOS on a python3 installation via brew
, [email protected]
also needs to be installed as brew python package doesn't come packaged with tkinter, unlike Windows.
brew install [email protected]
Then install the requirements via pip (or pip3), after that, rename .env.example
to .env
and put your API keys there.