ddd
ddd

Reputation: 5029

How to play MP3 in GUI using PyQT

I wanted to create a simple GUI app which selects one of the MP3 files and plays it. Can't seem to find the best library for doing that with PyQT. Therefore need some recommendation on it. Don't mind switch to JavaFX or something if it has more options.

I know GUI is probably outdated nowadays when everything is web. Would Javascript be a better choice?

Upvotes: 1

Views: 181

Answers (1)

And3r50n 1
And3r50n 1

Reputation: 467

try vlc module for python to play all types of audio and videos in case needed later. You should make use of the Qt example seen in examples folder when you unzip the downloaded tar file

Upvotes: 2

Related Questions