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-0.0.1.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-0.0.1.tar.gz.
File metadata
- Download URL: tkvideoplayer-0.0.1.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 |
93fef5d8c331bbdcede75333f52eb4e9fc38862b8423244ec48e4d600afde5f5
|
|
| MD5 |
270e727b1c7e57ee095d8b70f8cde40a
|
|
| BLAKE2b-256 |
060ceaeada9ee8c8ffddd6586047ae133fe11fb954583b1fe306b07964e86bd9
|
File details
Details for the file tkvideoplayer-0.0.1-py3-none-any.whl.
File metadata
- Download URL: tkvideoplayer-0.0.1-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 |
86e174248506bf6915e88c3772cdf46b611b991c65821c8687cfb19d75660610
|
|
| MD5 |
df65173b6d38c8f4d9e933f112b80191
|
|
| BLAKE2b-256 |
6fdc309bfced1b934c42083ad5e6491ad12a3c8575cb6e2940c8acb21f410b41
|