Skip to content

Commit

Permalink
initial pyautogui
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikerniker committed Sep 29, 2024
1 parent b9745f3 commit 906c441
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Day94/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@
import webbrowser

# Open the game URL
webbrowser.open("https://elgoog.im/t-rex/")
webbrowser.open("https://elgoog.im/t-rex/")

pyautogui.moveTo(100, 200)
pyautogui.click()

# Get the size of the primary monitor.
screenWidth, screenHeight = pyautogui.size()

0 comments on commit 906c441

Please sign in to comment.