Files
Windows-Spotify-Taskbar/README.md
2026-05-15 17:24:22 +02:00

34 lines
1.2 KiB
Markdown

# 🎵 Windows Spotify Taskbar
![Python](https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white)
![Spotify](https://img.shields.io/badge/Spotify-1ED760?style=for-the-badge&logo=spotify&logoColor=white)
![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)
> 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
* **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](https://developer.spotify.com/).
2. Vul je `client_id` en `client_secret` in de `config.json`.
3. Installeer benodigdheden:
```bash
pip install spotipy pillow
```
4. Start de app
```bash
python main.py
```