a super minimal python script that grabs whatever song is playing on your windows machine and shows live, synced lyrics directly in your terminal. no spotify api keys, logins, or bloated setup required.
pip install -r requirements.txt
python main.py- hooks straight into windows media (works with spotify, apple music, youtube, etc)
- fetches from lrclib
- 60fps refresh rate
- terminal-native UI