If you want to get all Bongo Cat Steam achievements quickly you may have noticed it doesn't allow your typical auto clickers and it tries to detect only "real" clicks. So instead here is a python program that auto clicks with these "real" clicks.
First you have to install Python and these dependencies using pip:
- pyautogui
- threading
- time
- keyboard
- tkinter
Pyautogui and keyboard are installed using py -m pip install pyautogui and py -m pip install keyboard.
Run the Python file and follow the instructions in the console to start the clicking!
Thanks to Chiqui and Fornaut from Steam for some code and ideas.