Creating a bot task authomatizator using library pyautogui from Python.
Go to your IDE terminal and write this command:
pip install pyautogui
If don't work, try:
python -m pip install pyautogui
If you are in Visual Studio Code, probably you will create an virtual enviroment.