mirror of
https://github.com/0xGingi/simple-banana-autoclicker.git
synced 2026-09-21 11:54:18 -04:00
No description
- Python 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .gitignore | ||
| clickbanana.py | ||
| README.md | ||
simple-banana-autoclicker
Simple Autoclicker For Banana in Python
Focuses Game and Clicks once an hour to ensure you always get your drops
Features
- Automatically clicks in the Banana game once an hour.
- Easy to use: start/stop the autoclicker with a single key press.
- Works with both the executable and Python script.
- Optionally, open the Banana game directly by pressing
[when using the Python script.
(Optional) Requirements
- Python (https://www.python.org/downloads)
pip install pywinauto keyboard
How To Use
Using EXE
- Download & unzip https://github.com/0xGingi/simple-banana-autoclicker/releases/download/v2/clickbanana.zip
- Open Banana
- run clickbanana.exe
- Press
]to start/stop
Using Python
- Open Banana
- run command
python clickbanana.py - Press
]to start/stop
Other
- Change the banana location if you have installed on an drive or location on
line 6 - change the
]key to something else online 43 - change the
[key to something else online 49 - script made for 640x480 (default) resolution, you can change click position on
line 59
