This was my second Python project. I was inspired by the Spotify wrapped, and since it only lets you see it once a year, I started coding. I wanted to see my top artists, top songs, and much more anytime I want and not just when it's the last month of the year. Once you have your Spotify data downloaded and you put them in, you're asked whether you want to use data from the past month or the whole year. You see the results immediately. Firstly, you see the number of tracks you've listened to but also how much time you've spent listening to them. All of your top artists and top songs are then saved to new files named 'Artists_Listen_Time.txt' and 'Songs_Listen_Time.txt' found in the same directory. But that's not all! You can also see other stats, such as at what time you listen to music the most. Meaning you get to know how many songs you've heard within each hour of the day.