An automation tool for "Farmers Against Potatoes Idle", clicking on good potatoes for a seamless gaming experience.
- Auto-starts game
- Identifies & clicks good potatoes
- Countdown during breaks
- Sleeps before game restart
- Install Python 3.6+: official website
- Clone the repository:
git clone https://github.com/nikkelly/farmers-against-potatoes-clicker.git
- Change to project folder:
cd farmers-against-potatoes-clicker
- Install dependencies:
pip install -r requirements.txt
- Prepare images/960x540 folder with necessary images for game elements.
Run the script: python main.py
The script auto-starts the game, clicks on good potatoes, and sleeps before restarting.
- Fork the repository
- Create a new branch:
git checkout -b your-feature-branch
- Commit changes:
git commit -am 'Add a new feature'
- Push to branch:
git push origin your-feature-branch
- Create a new Pull Request
Released under the MIT License.
The images used by the script should be located in the images/960x540
directory in the project folder. This directory should contain the following images:
start.png
: Image of the start button in the game.goodPotato_1.png
: Image of a good potato to be clicked.goodPotato_2.png
: Image of a second good potato to be clicked.timetocount.png
: Image that appears when it is time to wait before restarting the game.