I\'d like to set the focus of my program to a specific entry widget so that I can start entering data straight-away - how can I do this?
entry
My curr
I tried this way and it is ok
entry= Entry(root) entry.focus() entry.pack