Does what it says on the tin.
Enter a (valid) Spotify album/song URL, receive a poster!
- Tracks vertical length scaling
- Drop down menu in main webpage to search for album
- No error propagation from util functions
- Choose poster size
- Special characters not supported
- Better font
- No checking for validity of URL
To run this for yourself locally, you'll need a .env file with the following values:
- SPOTIFY_SECRET =
your spotify secret code
- SPOTIFY_ID =
your spotify client id
- FLASK_SECRET =
your flask secret code
(optional)
Use poster_generator.py
for the CLI interface, and webapp.py
to run the Flask server UI
Big thanks to @sudmike for contributing to the repository and coming up with ideas!