Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
Resource icon

PyQt5 - Python 3.12 Music Player - Introduction

In this tutorial we will be creating a music player using PyQt5 and Python 3.12
Requirements:
  • PyQt5
  • Python 3.12
  • Mutagen
What the app will do is allow us to browse for music (mp3) files, add them to a playlist, use a next/prev buttons, and have a volume knob.
Although this image was written using python 3.10 and pyqt5, it should similar.

Previous tutorials have been scripts that I had already written and so, I was able to post the steps fairly quick.
In this one I will post as I finishes the steps.
  • Kazam_screenshot_00001.png
    Kazam_screenshot_00001.png
    137.1 KB · Views: 71
Back
Top Bottom