Skip to content

Commit 0babc06

Browse files
authored
Create Take a Screenshort.py
1 parent 1e77d36 commit 0babc06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Take a Screenshort.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import pyautogui
2+
screenshot = pyautogui.screenshot()
3+
screenshot.save("screenshot.png")

0 commit comments

Comments
 (0)