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
Video Tutorial for absolute beginners.
- Clone this project
- Open holocure_fishing.py
- Open HoloCure and go to Holo House
- Start fishing
- Enjoy
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
)
The best area to fish is on the upper left side of the pond. This will eliminate possible disturbances to the hit area.
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()