a set of terraria macros written in python
- Python 3.8
- PyQt5 5.14.2 - https://www.riverbankcomputing.com/software/pyqt/download5
- PyAutoGui 9.50 - https://github.com/asweigart/pyautogui
- Keyboard 0.13.5 - https://github.com/boppreh/keyboard
sudo apt-get install python3 python3-pip python3-tk python3-pyqt5 kbd
sudo pip3 install keyboard pyautogui
sudo ./main.py (pyautogui requires root access on linux :'( )
This project is licensed under the GPLv3 licence