Skip to main content

Extension package for tkintertools to matplotlib

Project description

tkintertools-media

Extension package for tkintertools to media

Version Downloads Total Downloads Size
Watchers Forks Stars Issues Pull Requests Discussions

Insights

Star History Chart

📦 Installation / 安装

pip install tkintertools-media

[!IMPORTANT]
tkintertools: https://github.com/Xiaokang2022/tkintertools

👀 Preview / 预览

The sample video is downloaded from: http://www.sample-videos.com/

preview-1

preview-2

Code
import tkintertools as tkt
import tkintertools.media as media

root = tkt.Tk(title="tkintertools-media")
cv = media.VideoCanvas(root, keep_ratio="min", free_anchor=True, control=True)
cv.place(width=1280, height=720, x=640, y=360, anchor="center")
cv.play("your_video_file.mp4")
root.mainloop()

Project details


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.0.6.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

tkintertools_media-1.0.6-py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page