/Automated-HoloCure-Fishing

Automated Holocure Fishing

Primary LanguagePython

Automated HoloCure fishing

HighScore This project aims to automate the fishing in HoloCure

To make this work, play HoloCure in windowed mode at 1280x720 and don't move/minimize the window once you have started fishing

To use the program,

Video Tutorial for absolute beginners.

  1. Clone this project
  2. Open holocure_fishing.py
  3. Open HoloCure and go to Holo House
  4. Start fishing
  5. Enjoy

Requirements

If you have python installed, run: pip install -r requirements.txt

Or

  • python 3.11 or later
  • pyautogui (pip install pyautogui)
  • pywin32 (pip install pypiwin32)
  • opencv-python (pip install opencv-python)

Tips

The best area to fish is on the upper left side of the pond. This will eliminate possible disturbances to the hit area. BestArea



Recommended settings when fishing

Settings

How to remove the "Do you want to enable multiple monitor support?(May decrease performance)[y/N]: "

comment this line

so it should look like this # ask_multi_monitor_support()