I\'d like to remove focus from a widget manually.
So the question may be a duplicate here, but the answer from @Bryan Oakley works perfectly for me in Python 3.8
root.focus_set()
Too easy...