Skip to content

Commit

Permalink
add initial imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikerniker committed Sep 29, 2024
1 parent 4a1e6c2 commit b9745f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Day94/main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import pyautogui
from PIL import Image
import webbrowser

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

0 comments on commit b9745f3

Please sign in to comment.