A simple script that plays the hourly music from Animal Crossing: New Leaf depending on your system time.
Originally written in JavaScript with node.js by DaniLionn
Python 3 port by RekuNote
In order to run the app, you have to have Python 3 installed on your machine. (Python 3 download)
To run this app, install pygame
(if you don't have it installed already) python3 -m pip install pygame
in your terminal, then run python3 main.py
You can find binary releases here.