Skip to content
/ Statify Public

App for Spotify for statistics made in Python

Notifications You must be signed in to change notification settings

enwyry/Statify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Statify β€” Spotify stats template πŸ“Š

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

  1. Create a Spotify developer app and set a Redirect URL (It can be anything local (or not) except localhost). πŸ› οΈ
  2. Copy .env.example to .env and fill in your client id and client secret.
  3. Install dependencies:
    • pip install -r requirements.txt
  4. 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.

Star History

Star History

About

App for Spotify for statistics made in Python

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages