🎵 Windows Spotify Taskbar

Python Spotify Windows

Een lichtgewicht Python utility die je huidige Spotify-status direct in de Windows taskbar toont via een transparante overlay.

🎬 Showcase

Example of the app showing my current track:
Current Track

Example of the app showing im not playing anything :
Current Track

Highlights

  • Real-time Sync: Communiceert direct met de Spotify Web API voor live updates.
  • Smart UI: Maakt gebruik van Tkinter met overrideredirect voor een naadloze "overlay" ervaring.
  • Resource Friendly: Minimaal CPU verbruik door geoptimaliseerde fetch-intervals.

⚙️ Installatie

  1. Maak een app aan op het Spotify Developer Dashboard.
  2. Vul je client_id en client_secret in de config.json.
  3. Installeer benodigdheden:
pip install spotipy pillow
  1. Start de app
python main.py
Description
A python application that shows current song and stuff
Readme 276 KiB
Languages
Python 97.9%
VBScript 1.5%
Batchfile 0.6%