I'm looking for a python module, that can move&resize windows(any windows,not just made with python). In C there is a win32 api function, called SetWindowPos(). Is there any alternative for python. *Web searches gave me nothing, but tk module resize function, which only works with its own(tk) windows.