upload readme.md
This commit is contained in:
commit
d84bab1227
1 changed files with 17 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue