Browser-Scripts/readme.md

20 lines
522 B
Markdown

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.