Skip to content

Instantly share code, notes, and snippets.

View pub4yann-tech's full-sized avatar

pub4yann-tech

  • Joined Oct 11, 2025
View GitHub Profile
import time
import pyautogui
import subprocess
# Base resolution (your original one)
BASE_WIDTH = 1728
BASE_HEIGHT = 1117
# Scaling helpers
def scale_x(x):
import time
import pyautogui
import fishingToolsScaled
import subprocess
# Reference base resolution
BASE_WIDTH = 1728
BASE_HEIGHT = 1117
def scale_x(x):
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)
import pyautogui
import time
import subprocess
# Make sure you have Pillow installed:
# python3 -m pip install pillow pyautogui
import pyautogui
import pyautogui