Inspiration

I was inspired to make this project from the difficulty to find good songs to add to my playlist.

What it does

How this program works is that it essentially takes in an inputted artist by the user and a minimum popularity threshold(between 1-100), then searches through spotify's database using it's api and gets the artist's top tracks and checks to see if their popularity(a property spotify assigns to each of it's songs between 1 and 100) is above the minimum popularity threshold and adds the one's that are to the user's specified playlist.

How I built it

Using python with imported json and requests packages.

Challenges I ran into

Some challenges I ran into were with posting the songs into the spotify playlist and integrating a gui.

Accomplishments that I'm proud of

What I learned

I learned how to use a simple gui.

Built With

Share this project:

Updates