Skip to content

Instantly share code, notes, and snippets.

View moasilks's full-sized avatar

MoaSilks moasilks

View GitHub Profile
import time
import pyautogui
import fishingTools
import subprocess
# Example usage
if __name__ == "__main__":
# Get current screen size
screen_width, screen_height = pyautogui.size()
import time
import pyautogui
import subprocess
########################################
# Window Management
########################################
def set_window_position_and_size(title, x, y, width, height):
"""Automatically scales Roblox window position & size."""
script = f'''