commit d84bab12275c106b85503650107d156ac0138e53 Author: rintyuu Date: Fri Jun 14 20:50:40 2024 -0700 upload readme.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a2e37d6 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# 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