ctypes-windows

Useful functions for automation, no dependencies


Keywords
ctypes, automation, python
License
MIT
Install
pip install ctypes-windows==0.10

Documentation

Useful functions for automation, no dependencies

pip install ctypes-windows
Just some useful functions, pure Python 

get_mouse_position()

get_resolution()

mouse_click(x=None, y=None)

resize_window(hwnd: int, position: tuple)

window_FORCEMINIMIZE(hwnd: int)

window_HIDE(hwnd: int)

window_MAXIMIZE(hwnd: int)

window_MINIMIZE(hwnd: int)

window_NORMAL(hwnd: int)

window_RESTORE(hwnd: int)

window_SHOW(hwnd: int)

window_SHOWDEFAULT(hwnd: int)

window_SHOWMINIMIZED(hwnd: int)

window_SHOWMINNOACTIVE(hwnd: int)

window_SHOWNA(hwnd: int)

window_SHOWNOACTIVATE(hwnd: int)