I'm making a simple text adventure with Python and thought that background MIDI music would make it a little less boring.
Is there a simple, light-weight, MIDI player / API for Python? Or do I need to use a full game library like Pygame? (Because if so, I'd rather pass, as I want to make it as lightweight as possible.)