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.2.tar.gz
(10.2 kB
view details)
Built Distribution
File details
Details for the file tkintertools_media-1.1.2.tar.gz
.
File metadata
- Download URL: tkintertools_media-1.1.2.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92eb0c8daa9a30721a527bdebc3601a98a815731a316bfdf449255330cedee31 |
|
MD5 | 77553411a27eae807335f6776056491b |
|
BLAKE2b-256 | f72ba01c31449a8b27ddc90110509cd3a047b9a369e0c692cb15b453861fd90f |
File details
Details for the file tkintertools_media-1.1.2-py3-none-any.whl
.
File metadata
- Download URL: tkintertools_media-1.1.2-py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96eab2e4684bdd2cf1d5a541f12c678eb5d798fb81bfdaf57a97839cb387ef62 |
|
MD5 | 38558dbfef5e15b188abc96492b2245e |
|
BLAKE2b-256 | 2e133db3ea7f029e9752e348f4cfc781fadf63f8474741f40f304b3f43882e9a |