Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 647 Bytes

File metadata and controls

36 lines (25 loc) · 647 Bytes

🎵 Media Player - PySide6

Lightweight, cross-platform media players built with PySide6. Use standalone or integrate into your own applications.

Prerequisites

Quick Start

python -m venv .
.\Scripts\activate
python -m pip install --upgrade pip
pip install pyside6 python-vlc
python media_player_pyside6.py

Consolidated Command

python -m venv . && .\Scripts\activate && python -m pip install --upgrade pip && pip install pyside6 python-vlc && python media_player_pyside6.py