Plays hourly Animal Crossing Music in Python.
1: Play normal songs every hour from New Leaf
2: Add Rain/Snow using Openweathermap
3: Clean up code
4: Add a GUI and package as an app
· Expects "secrets.env" in root folder with a varible named "apikey" containing your openweathermap api key. Remove "EXAMPLE" from the example file and insert your openweathermap api key
· requires requests, dotenv, and playsound (playsound==1.2.2 on windows for... reasons)