import pyautogui , sys import time for pos in pyautogui . locateAllOnScreen ( 'Car 1.png' ) : time . sleep ( 4 ) print ( pos )
pip install Pillow