added images for clarification

This commit is contained in:
Valentijn
2026-05-15 17:24:22 +02:00
parent 4e9eb9ab2f
commit 3b61861bd5
3 changed files with 9 additions and 0 deletions

View File

@@ -6,6 +6,15 @@
> Een lichtgewicht Python utility die je huidige Spotify-status direct in de Windows taskbar toont via een transparante overlay. > 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:<br>
![Current Track](./img/playing.png)<br>
Example of the app showing im not playing anything :<br>
![Current Track](./img/not_playing.png)<br>
### ⚡ Highlights ### ⚡ Highlights
* **Real-time Sync:** Communiceert direct met de Spotify Web API voor live updates. * **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. * **Smart UI:** Maakt gebruik van Tkinter met `overrideredirect` voor een naadloze "overlay" ervaring.

BIN
img/not_playing.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

BIN
img/playing.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB