Extension package for tkintertools to matplotlib
Project description
tkintertools-media
Extension package for tkintertools to media
📦 Installation
pip install tkintertools-media
[!IMPORTANT]
tkintertools
: https://github.com/Xiaokang2022/tkintertools
👀 Preview
[!WARNING]
The sample video from: https://github.com/Xiaokang2022/tkintertools-demos/tree/main/assets/videos. Please note that the video is for testing purposes only and may not be used for commercial purposes!
import tkintertools as tkt
import tkintertools.media as media
root = tkt.Tk(title="tkintertools-media")
cv = media.VideoCanvas(root, free_anchor=True, keep_ratio="min", controls=True)
cv.place(width=1280, height=720, x=640, y=360, anchor="center")
cv.open("your_video_file.mp4")
root.mainloop()
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
tkintertools_media-1.1.0.tar.gz
(10.2 kB
view hashes)
Built Distribution
Close
Hashes for tkintertools_media-1.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43e3f5a9d72ad27d9870a4eb05d71119dba0d197f928ca14c176c746782dff2b |
|
MD5 | 562253b137da53e069135f64afa57ada |
|
BLAKE2b-256 | 1cd4c3724378ad8158d751173d46a12412baf502a1db20a441f3ecea9d3bccf8 |