Lightweight, cross-platform media players built with PySide6. Use standalone or integrate into your own applications.
python -m venv .
.\Scripts\activate
python -m pip install --upgrade pip
pip install pyside6 python-vlc
python media_player_pyside6.py
python -m venv . && .\Scripts\activate && python -m pip install --upgrade pip && pip install pyside6 python-vlc && python media_player_pyside6.py