Speed SP

Results 3 comments of Speed SP

There is a way to do that but it only works on HTML, not EXE The code: ``` window.onbeforeunload = function() { return "Are you sure "; }; ``` This...

> @sp5677 **You can use it.** Including OpenCV library with customtkinter package is not ideal. What's a better way?

> [@sp5677](https://github.com/sp5677) There is no video player like widget in tkinter by default, what tkVideoPlayer does is update a tk label image with the extracted frame from video (in a...