I want to play an mp3 file with Python, but without anything that contains useless things. Is there any good way to do this?
I have searched for many ways of playing audio. Many of the modules can only play wav file. pydub requires ffmpeg. pygame contains too much useless things. Finally I found nothing good enough.