Lightweight, cross-platform media players built with PySide6 and PyQt6. Use standalone or integrate into your own applications.
python -m venv venv
venv\Scripts\activate # Windows
source venv/bin/activate # macOS/Linux
python -m pip install --upgrade pipChoose your preferred framework:
pip install PySide6 python-vlc # For PySide6 version
# OR
pip install PyQt6 python-vlc # For PyQt6 versionpython media_player_pyside6.py # PySide6 version
# OR
python media_player_pyqt6.py # PyQt6 version- Full cross-platform support (Windows, macOS, Linux)
- Intuitive playback controls
- Seek by clicking or dragging
- Volume control
- Time display
- Clean, minimal interface
Found this useful? Please ⭐ star the repository to help others discover it!