Python Forum

Full Version: how to write audio player?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to write simple audio player (for mp3) with GUI. But I do not know what I should start from. What about GUI, it is clear - I can use tkinter. But what libraries I should use for playing audio files?

I know that there are many ways to implement my idea but I think there is a common way to do such kind of stuff (audio player).

P.S. Is it better to write such a programm in C++ ?
You can use the module "pygame" within your tkinter GUI for an MP3 player.