diff --git a/README.md b/README.md index 24d67fa..020dc43 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,15 @@ > 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](./img/playing.png)
+ +Example of the app showing im not playing anything :
+![Current Track](./img/not_playing.png)
+ + ### âš¡ 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. diff --git a/img/not_playing.png b/img/not_playing.png new file mode 100644 index 0000000..ec5e828 Binary files /dev/null and b/img/not_playing.png differ diff --git a/img/playing.png b/img/playing.png new file mode 100644 index 0000000..544da25 Binary files /dev/null and b/img/playing.png differ