BBC-Esq / Pyside6_PyQt6_video_audio_player

Simple video/audio player using pyside6/pyqt6 and VLC!
https://www.chintellalaw.com
12 stars 1 forks source link
audio-player gui pyside6 python python-audio-player python-pyqt6 python-pyside6 python-video-streaming python-vlc python-vlc-implementation pythonqt video video-player vlc-media-player vlc-player

PySide6 and PyQt6 Video/Audio Player

Two simple, lightweight media players created with Pyside6 and PyQt6. Run standalone or incorporate into another program.

Installation

First, make sure you're running Python 3.10+ and have VLC Player installed.

Download the latest release, unzip it, and place the two .py files anywhere on your computer. Create a command prompt in the folder you put the files and create a virtual environment:

python -m venv .

Activate the virtual environment:

.\Scripts\activate

Upgrade pip

python -m pip install --upgrade pip

Install Player of Choice

Run Program

Pyside6-based player

python media_player_pyside6.py

PyQt6-based player

python media_player_pyqt6.py

Please STAR if you found it useful so other people can find the repository easier!