I'm running on Macbook and my issue is that functions like pyautogui.moveTo use a coordinate system of 1440,900 when my screen size is 2560,1600)
This is a problem because other commands like pyautogui.pixel use the real screen size (2560,1600) so the too commands aren't in sync