You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created an autoclicker for the Firestone game using pyautogui, and it creates a lot of screenshot images. pyautogui uses pyscreeze. This is a know issue.
To avoid this, you could add to screenshot functions an optional keyword that let the functions return a BytesIO and delete the temp file at the end.