This library helps you play videos in tkinter
Project description
TkVideoplayer
This is a simple library to play video files in tkinter. This library also provides the ability to play , pause, skip and seek specific frames.
Example:
import tkinter as tk
from tkVideoPlayer import TkinterVideo
root = tk.Tk()
videoplayer = TkinterVideo(master=root, scaled=True, pre_load=False)
videoplayer.load(r"samplevideo.mp4")
videoplayer.pack(expand=True, fill="both")
videoplayer.play() # play the video
root.mainloop()
read the documentation here
Sample video player image:
This example source code can be found here
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
tkvideoplayer-1.0.0.tar.gz
(4.2 kB
view details)
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 tkvideoplayer-1.0.0.tar.gz.
File metadata
- Download URL: tkvideoplayer-1.0.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b7f4933a938c156e6ef7b0f5d107b85a5477821de47077e75c1e8fca0615d9d
|
|
| MD5 |
f05651ef513cd75995a6e1c47d5b3c26
|
|
| BLAKE2b-256 |
60a02cee02f30cd3be4ba940347bd873596c3419f42fe36b7efa61de291795cd
|
File details
Details for the file tkvideoplayer-1.0.0-py3-none-any.whl.
File metadata
- Download URL: tkvideoplayer-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
889649560db1d1ce7ce2fd0b45c8c68f2eed7b490972b307d7cb5c75045c43fe
|
|
| MD5 |
fe4e2cebe256a88d7dc846731068d083
|
|
| BLAKE2b-256 |
1de4c57d04b257c558bf60891e36eef84328487a77239fe0b2546341b70138a0
|