I would like to code a program that open a specific application such as glary utilities and set its (x,y) position on the screen.
For the first part, I know that I can use subprocess.popen() but for the position of the window, I don't know what to do.
I thank you in advance for your help.