using tk, show the currently playing song on spotify
Find a file
rintyuu 573c234721 Add nowplaying.py
make sure to put your credentials in
2024-06-14 20:52:57 -07:00
nowplaying.py Add nowplaying.py 2024-06-14 20:52:57 -07:00
README.md upload readme.md 2024-06-14 20:50:40 -07:00

py-spotify

this is a python script to show the now playing information from spotify, into a tkinter window.

this script requires the following libraries:

import tkinter as tk
from tkinter import ttk
from PIL import Image, ImageTk
import requests
from io import BytesIO
import spotipy
from spotipy.oauth2 import SpotifyOAuth

im too lazy to format this