Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rawbitdev/monopoly-go-bot

🤖 Simple MONOPOLY GO! Bot for BlueStacks
https://github.com/rawbitdev/monopoly-go-bot

autoclicker bot monopoly monopoly-go

Last synced: 27 days ago
JSON representation

🤖 Simple MONOPOLY GO! Bot for BlueStacks

Awesome Lists containing this project

README

        

# MONOPOLY-GO-Bot
Simple Python Auto-Clicker for MONOPOLY GO! or similar Games using BlueStacks.

## How it works
Simply place images of the buttons to click in the `buttons` folder.
As soon as one of the images is found on screen, the bot automatically clicks the center of it.
If several buttons are found at the same time, one is selected at random.

## Setup
1. Move to the project folder.
2. Install dependencies using:
```
pip install -r requirements.txt
```
3. Run script:
```
python main.py
```