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.
I created an autoclicker for the Firestone game using
pyautogui, and it creates a lot of screenshot images.pyautoguiusespyscreeze. 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.