A small app for spotify that (for now) can fetch tracks,artists and stats by using Spotify's web API. This is my First project as an absolute beginner in python so expect nothing.
Status
- I am still working on it. I want to implement CustomTkinter in the app. the app barely works with CustomTkinter so just remove that part if you want to see what i did
Statify
- authenticate with Spotify get tracks,albums and artists
- CustomTkinter GUI
- .env example requirements short README.
Getting started
- Create a Spotify developer app and set a Redirect URL (It can be anything local (or not) except localhost). π οΈ
- Copy
.env.exampleto.envand fill in your client id and client secret. - Install dependencies:
- pip install -r requirements.txt
- done
Configuration (.env) (get all of these on https://developer.spotify.com/dashboard)
- CLIENT_ID β your Spotify Client ID
- CLIENT_SECRET β your Spotify Client Secret
License Copyright (c) 2025 Statify
Permission is granted to use, copy, modify, and distribute this software for non-commercial purposes only, provided that proper credit is given to the original author.
Commercial use is strictly prohibited without prior written permission.
.png)