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 pyautogui | |
import subprocess | |
# Base resolution (your original one) | |
BASE_WIDTH = 1728 | |
BASE_HEIGHT = 1117 | |
# Scaling helpers | |
def scale_x(x): |
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 pyautogui | |
import fishingToolsScaled | |
import subprocess | |
# Reference base resolution | |
BASE_WIDTH = 1728 | |
BASE_HEIGHT = 1117 | |
def scale_x(x): |
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) |
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 |