Create readme.md

main
Nes370 2024-06-15 16:51:35 -07:00
parent 732836b0f8
commit d56dcc812f
1 changed files with 19 additions and 0 deletions

19
readme.md Normal file
View File

@ -0,0 +1,19 @@
A series of scripts used to quickly launch browser-specific games on Windows.
## Installation
`setup.bat`
1. Installs the latest Python version from Microsoft Store.
2. Installs the `pyautogui` module through PIP.
## Scripts
`dino.bat` launches Chrome Dino.
1. Launches Chrome browser.
2. Navigates to `chrome://dino` via automated keypresses.
3. Play Chrome Dino.
`surf.bat` launches Microsoft Edge Surf.
1. Launches Edge browser.
2. Navigates to `edge://surf` via automated keypresses.
3. Play Microsoft Edge Surf.