Skip to content

Jacqueb-1337/FateAutoFish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Fishing for FATE by WildTangent

A simple python script to automate fishing.

How to use:

https://www.youtube.com/watch?v=QL5kxrQK4DI

Build Requirements

python

pip

Build steps

Install PyInstaller:

  pip install --upgrade PyInstaller

Install requirement Python nodes:

pip install PyQt5 keyboard opencv-python numpy pyautogui pygetwindow pytesseract

Use the provided autofish.spec with PyInstaller to create an executable:

  pyinstaller autofish.spec

If pyinstaller can't be found, it's probably because your PATH variables aren't set correctly. Easy bypass:

  python -m PyInstaller autofish.spec

"PyInstaller" capitalization DOES matter here.

Building executable without console

You can build the executable so that it will not show the console at runtime. Edit autofish.spec and change line 32 from console=False, to console=True,

Running the script directly

If you want to just run the script without building an executable, open command prompt in the same directory as autofish.py, and run:

  pip install PyQt5 keyboard opencv-python numpy pyautogui pygetwindow pytesseract

  python autofish.py

About

Auto fishing python script

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages