Basic automation python
Advertisements I want to set up a simple macro in a game, but he has to press the keys until he sees "test.png". If he sees it, he should make a certain key combination and keep pressing the keys again, but he keeps pressing the keys without seeing "test.png". import pyautogui import time play =… Read More Basic automation python