Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rawbitdev/monopoly-go-bot
- Owner: RawbitDev
- Created: 2023-11-02T18:08:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-26T12:57:50.000Z (about 1 year ago)
- Last Synced: 2023-11-26T14:41:08.070Z (about 1 year ago)
- Topics: autoclicker, bot, monopoly, monopoly-go
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```