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.1.tar.gz
(10.2 kB
view hashes)
Built Distribution
Close
Hashes for tkintertools_media-1.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 614bf7accfdcaa924115ebd0d7e63b644a1b72691a03de7a6f344886fe985866 |
|
MD5 | 0fa485567e565ffc84b41d7089ee548a |
|
BLAKE2b-256 | 9b00af4cd9d10988df522d952caad25a0564d88d385a20b44573b29da192132f |