This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pyautogui | |
import time | |
import subprocess | |
# Make sure you have Pillow installed: | |
# python3 -m pip install pillow pyautogui | |
import pyautogui | |
import pyautogui |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
import subprocess | |
import pyautogui | |
import random | |
import cv2 | |
import numpy as np | |
def look_for_ocean_blue(region): | |
""" | |
region: (x, y, width, height) |