Python web scraper for generating albums by genre. Listen to the album on spotify by clicking on its image
NOTE: I WILL NEED TO MANUALLY ADD YOUR SPOTIFY EMAIL ADDRESS SINCE SPOTIFY LIMITS PUBLIC ACCESS TO UNAPPROVED APPS LIKE THIS ONE 😔
contact me at fkalkin@ucsd.edu
- PIL
pip3 install pillow
orpip install pillow
- cloudscraper
pip3 install cloudscraper
orpip install cloudscraper
- spotipy
pip3 install spotipy
orpip install spotipy
- PySimpleGUI
pip3 install PySimpleGUI
orpip install PySimpleGUI