Cookie Clicker Automation
This project has two main goals. Firstly, to serve as an introduction to python. Second, acquire all 637 steam achievements without directly interacting with the game itself.
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
Download and install [python](https://www.python.org/)
### Installation
1. Clone the repo
```sh
git clone https://github.com/Dalton_V/CookieClickerAutomation.git
```
2. Install packages
```sh
pip install pyautogui
pip install pillow
pip install easyocr
```
## Roadmap
* [ ] Better Error Handling
* [ ] Better GUI
* [ ] OCR
See the [open issues](https://github.com/Dalton_V/CookieClickerAutomation/issues) for a full list of proposed features (and known issues).
## License
Distributed under the MIT License. See `LICENSE.txt` for more information.
## Contact
Project Link: [https://github.com/Dalton_V/CookieClickerAutomation](https://github.com/Dalton_V/CookieClickerAutomation)
[Python]: https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54
[Python-url]: https://www.python.org/