A simple video player based on PyQt6.
Project description
py_qt_video_player
A simple video player based on PyQt6.
Installation
pip install py_qt_video_player
Usage
[!TIP] You can press the Spacebar to toggle video play and pause, and use the bracket keys to adjust the playback speed.
You can use the arrow keys on your keyboard to control video progress and volume.
import sys
from PyQt6.QtWidgets import QApplication
from py_qt_video_player import QtVideoPlayer
app = QApplication(sys.argv)
win = QtVideoPlayer()
win.set_video_and_subtitle("test.mp4", "test.srt")
win.show()
sys.exit(app.exec())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py_qt_video_player-0.1.0.tar.gz.
File metadata
- Download URL: py_qt_video_player-0.1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.4 CPython/3.13.12 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6ca8ab28472ecb6da869a3d458b76685e53d5d81cc31a961e2c9ca7161d9431
|
|
| MD5 |
4d750dd342f5731f1aa86cb411555e53
|
|
| BLAKE2b-256 |
bd8b2e95db07ea91140b288c0b80de72b51f7257db018529e3c8ee27466adbdc
|
File details
Details for the file py_qt_video_player-0.1.0-py3-none-any.whl.
File metadata
- Download URL: py_qt_video_player-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.4 CPython/3.13.12 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b44af0c8e564b4c33c16e06d33ba9e5628a77d8c18a11c355dd77ab75c77ed4
|
|
| MD5 |
d2af67c4c286afd35f3f4b0b97e86d21
|
|
| BLAKE2b-256 |
cff0fb4b85eb2aac4eb1b5e23124b4b2f21c4ffc514f2fdc875497e5af9229bb
|