I\'d like to remove focus from a widget manually.
If you use ttk widgets you can "remove" the focus ring by removing the color; for example on a button:
style = ttk.Style() style.configure('TButton', focuscolor='')