Skip to content
Advertisement

Tag: tkinter

screenshot tool not working to take screenshot of left side

I have a tool to capture screenshots but this tool only captures screenshots when you hold button-1 and move to the right side, when you hold button-1 and move it to the left side or up, it does not capture the screenshot, what is the reason and how can I fix it? I thought about it, but I think it’s

How to bind Tcl callbacks in Python

I was reading about msgcat. Quote from the docs: ::msgcat::mcunknown locale src-string ?arg arg …? This routine is called by ::msgcat::mc in the case when a translation for src-string is not defined in the current locale. The default action is to return src-string passed by format if there are any arguments. This procedure can be redefined by the application, for

Advertisement