Skip to content

Commit 04c47d8

Browse files
committed
i made screenshot to issue avinashkranjan#1956
1 parent dfa4e56 commit 04c47d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

screenshot.py

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import pyautogui, time
2+
time.sleep(5)
3+
screenshot = pyautogui.screenshot()
4+
screenshot.save('image1.png')
5+
print('screenshot taken.')

0 commit comments

Comments
 (0)