Cookie Clicker Automation Tool
"A tool that automates cookie clicking, purchases upgrades, and manages game progress to boost performance without manual input."
An automated bot for the popular browser-based game "Cookie Clicker", built using Selenium WebDriver. This tool interacts with the game's GUI to simulate rapid clicking, automatically purchase upgrades, and optimize gameplay strategies based on available in-game resources.
The bot uses Python's Selenium library to launch and control a web browser session. It identifies the cookie element and upgrade items through XPath or CSS selectors, automating clicks and purchases in real-time.
A loop runs continuously, clicking the cookie at high frequency while checking for upgrades and store items at regular intervals. It selects the best affordable items, optimizing gameplay progress. Timers and delays are managed for consistent performance.
Includes a simple Tkinter-based GUI that allows the user to start and stop the automation, set the click frequency, and monitor live bot status such as current score, upgrades bought, and elapsed time.
Useful for demonstrating browser automation capabilities, automating repetitive game tasks, or building proof-of-concept bots for games or web-based productivity tools. Serves as a great entry-level project for mastering Selenium and GUI integration.