Built a simple video player widget for Tkinter - https://github.com/cmdr2/tkinter-video
I needed a video player for a Tkinter-based project, and was surprised that the current alternatives either didn’t install properly (outdated dependencies), or required av
(host-level compilation), or required me to build my own controls. I just wanted something plug-and-play.