Dalton-V / CookieClickerAutomation

MIT License
0 stars 0 forks source link


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.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments
## About The Project ### Built With * [![Python][Python]][Python-url]

(back to top)

## 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 ```

(back to top)

## 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).

(back to top)

## License Distributed under the MIT License. See `LICENSE.txt` for more information.

(back to top)

## Contact Project Link: [https://github.com/Dalton_V/CookieClickerAutomation](https://github.com/Dalton_V/CookieClickerAutomation)

(back to top)

[Python]: https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54 [Python-url]: https://www.python.org/