Simple library to get currently playing song from Spotify, optimal for small projects
Project description
spotify-image-py
Simple library to get currently playing song from Spotify, optimal for small projects
- Do you need a simple way to get the cover art of the song you are currently listening to?
- Are you tired of having to code everything by yourself?
Look no further as spotify-image-py is the solution!
Spotify-image-py is perfect for:
- Raspberry Pi projects
- E-ink displays
- And everything else you can think of
What makes spotify-image-py different?
Spotify-image-py uses Spotify's proprietary API to log you safely into the application via a QR-code.
Well, how do I get started?
Create a new application at https://developer.spotify.com/dashboard/ and copy your client ID as well as client secret. Then you simply use spotify-image-py as such:
from spotifyimage import SpotifyUser
from PIL import Image
spotify_user = SpotifyUser(client_id, client_secret, "0.0.0.0", 3030)
spotify_user.get_currently_played_image().show()
And ta-da you have now created your first program using spotify-image-py.
Limitations
Spotify-image-py cannot store your access token between different sessions. You will have to log in every time your restart your script.
Issues and contributions
Please log issues here on GitHub and contribute if you can!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
spotify-image-py-1.0.tar.gz
(4.3 kB
view details)
Built Distribution
File details
Details for the file spotify-image-py-1.0.tar.gz
.
File metadata
- Download URL: spotify-image-py-1.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69833da719c5ac52a333435d553e7895c016085ab5fab6d69c5a90a38e4f3420 |
|
MD5 | 2a20e011f21e86867b82ceabf60710c9 |
|
BLAKE2b-256 | b5260dc271786c8e92d43e00a8d38b2432cd7c3c772a291aab4e972620162bb2 |
File details
Details for the file spotify_image_py-1.0-py3-none-any.whl
.
File metadata
- Download URL: spotify_image_py-1.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a35364af78bc0cfdb805f9b98940bf8744eacdd3e7a64af77c0055cc08b5b49 |
|
MD5 | c457c03985df67de6a2aeb1ad6206b2d |
|
BLAKE2b-256 | be1bf15a679af5f78efd08cb20f0c8640e9c9f10492f60a61f4fa37b50ab0cc1 |