Automating Mouse Clicks. A Lazy (Smart) Way to Play Clicker Games.
Recently, I came across a Python package developed by Al Sweigart called PyAutoGUI (https://pyautogui.readthedocs.io/en/latest/index.html). It is a very interesting package as it allows the user to automate common functions like keyboard and mouse actions, obtain the coordinates of a certain pixel on your screen and its RGB colour, among other functions. Not sure how helpful […]