I want to write a program, preferably in Python, that will change the window size of any particular application I have open. E.g. say I have Notepad open and wish to make it 640x400 - my script would recognise the window and change its dimensions automatically.
Is there an available framework in Python for this or do I need to use another language?