To automatize the routine in one of the projects, #bot is written on #python to perform complicated actions in the browser (click buttons, copy/insert text, etc.).)
The foundation is the pyautogui library. It is based on a class that allows you to quickly program automatic actions on a web page.