Sep-21-2020, 10:36 PM
how would I write a for loop to take 15 screenshots under different names with pyautogui or any other way? the pyautogui just replaces the same picture over and over.
I thought I had these for loops understood but apparently not , I still have a lot to learn.
I have another for loop question but ill leave this to one question.
ive tried
I thought I had these for loops understood but apparently not , I still have a lot to learn.
I have another for loop question but ill leave this to one question.
ive tried
1 2 |
for pic in range ( 15 ): pyautogui.screenshot( '/Users/user/Desktop/screenshots/picture.png' ) |