Go to file
2021-02-19 19:01:34 +08:00
autoclick.py Renamed file. 2021-02-19 19:01:34 +08:00
FreeCompany.png fist commit 2021-02-19 18:32:20 +08:00
FreeCompanyAlt.png fist commit 2021-02-19 18:32:20 +08:00
PurchaseLand.png fist commit 2021-02-19 18:32:20 +08:00
README.md Added readme. 2021-02-19 18:59:02 +08:00
Yes.png fist commit 2021-02-19 18:32:20 +08:00

Script to buy house in FFXIV

Dependencies:

You will need python: [https://www.python.org/downloads/]

This works on python 3.9.1

It also needs PyAutoGUI for mouse, keyboard and GUI control, and Pillow for image/screen processing.

Windows

After you have installed python, run from below in CMD and Powershell:

py -m pip install pyautogui
py -m pip install Pillow

Or alternatviely:

py -m pip install -r requirements.txt