

This is the kind of automation that PyAutoGUI is capable of. The bot is completely autonomous and can finish all seven days of the game. It also clicks the phone in the game to order more ingredients as needed. When it finds one, it clicks the ingredient buttons to make the sushi. The bot watches the game’s application window and searches for images of sushi orders. Here’s a YouTube video of a bot automatically playing the game Sushi Go Round. Locate an application’s window, and move, resize, maximize, minimize, or close it (Windows-only, currently).Take screenshots, and given an image (for example, of a button or checkbox), and find it on the screen.Sending keystrokes to applications (for example, to fill out forms).Moving the mouse and clicking in the windows of other applications.See the Installation page for more details. To install with pip, run pip install pyautogui. PyAutoGUI works on Windows, macOS, and Linux, and runs on Python 2 and 3. PyAutoGUI lets your Python scripts control the mouse and keyboard to automate interactions with other applications.
