A cross-platform application that let's you sing along to your favorite songs regardless the player by displaying the lyrics of the currently playing song on your desktop wallpaper, notification pane, terminal or in a locally hosted webpage.
For more information check the SyncLyrics' website!
For linux playerctl is required
python -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
python sync_lyrics.py
python build.py
- Tray is partially broken (only default button works) on Linux in the compiled versions. (Works fine when running from source)
- Notification library has an issue on windows, I believe it will be fixed soon, see open issue: samschott/desktop-notifier#95