This is a simple Python program that prompts the user to enter a search query for a playlist. The program ranks songs from playlists based on this search query and creates a user playlist from those rankings. This allows the user to search for, say, a genre of music such as alternative rock, and generate a playlist from playlists with similar titles to the user's search query.
To set this program up, first create an account at developer.spotify.com and create an app. Enter the necessary information to create your app and copy / paste the client secred and id into the .env file of this project
Next, just open the python file and run it! Enjoy searching for your favorite artsists to check their top tracks.