Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to write audio player?
#1
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++ ?
Reply
#2
You can use the module "pygame" within your tkinter GUI for an MP3 player.
"Often stumped... But never defeated."
Reply
#3
https://github.com/keyur-choksi/Music-Pl...cplayer.py
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  UART Serial Read & Write to MP3 Player Doesn't Work bill_z 15 5,647 Jul-17-2021, 04:19 PM
Last Post: bill_z

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020