This is a simple c++ script to display a floating lyrics of the currently playing song on Spotify.
- Uses Spotify developer application API to get the currently playing song.
- Displays the lyrics line by line using QT with transparent window on top of screen.
- mouse right click on the floating lyrics can drag and change the lyrics position.
- mouse left click on the floating lyrics can close the lyrics window.
- changing config/config.json can custom colour for the lyrics
- QT(6.4.1) and QT Creater(9.0.0) is used to auto build and deploy(using windeployqt.exe) the application
API used: akashrchandran/spotify-lyrics-api