Uses opencv to automatically farm golden cookies in cookie clicker. Great for the Seven Horseshoe achievement. Unless you seriously want to sit behind your computer and click over 27,777 cookies, this should automate the process and allow you to live your life outside of Cookie Clicker. (For reference, before this project was started, I had about 900 hours on the game with a little under 2,000 golden cookies clicked.)
For better results, and easier to navigate, I'd implore you experiment with the cooldown between screencaptures. A variable called "coolDown" can be found in main.py, changing it will determine how many seconds in between each action. Also highly suggest splitscreening so it's easy to kill the program.
Install by running pip install -p Auto-Golden-Cookie-main\requirements.txt in your terminal.
Otherwise, you could ensure you have installed the following:
opencv-python: pip install opencv-python
pyautogui: pip install pyautogui
numpy: pip install numpy