Create readme.md
parent
732836b0f8
commit
d56dcc812f
|
@ -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.
|
Loading…
Reference in New Issue