A side project of mine. A bot that plays Google minesweeper.
Made using pyautogui
This bot should work well on monitors with resolution 1920x1080*
- Install pipenv as this project uses pipenv to track library installs, run scripts and what not
pip install pipenv
- Clone the repository using
git clone
git clone https://github.com/EliasJRH/ezsweeper.git
- cd into the cloned directory
- Install required libraries and set up pipenv virtual environment
pipenv install
You should be able to run the bot right after completing the steps above. Run the main script using:
pipenv run main
If you want to make any changes to the bot for yourself, you can easily format files using black with the following command
pipenv run format
* This will only work on monitors with a 1920 x 1080 resolution