Skip to content

Commit fd4066a

Browse files
committed
added a application/noscreensaver
1 parent a0fd40d commit fd4066a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import pyautogui
2+
3+
# A infinite loop
4+
while 1>0:
5+
# makes the mouse sleep or wait for 40 seconds
6+
pyautogui.sleep(40)
7+
# clicks about in the corner of the screen like
8+
# on the co-ordinates of (50,400)
9+
pyautogui.click(50,400)

0 commit comments

Comments
 (0)