Auto-clicker for AFK Minecraft fish farm.
This script uses basic dependencies for keybinding. These are included: Pynput and Keyboard
- Pynput:
pip install pynput #For Python 2.x
pip3 install pynput #For Python 3.x
- Keyboard:
pip install keyboard #For Python 2.x
pip3 install keyboard #For Python 3.x
It's not necessary you installing both of dependency versions (Python 2.x and Python 3.x).
If you're on Linux, this script needs to be runned as root or it won't work.
python fishfarmAC.py #For Python 2.x
python3 fishfarmAC.py #For Python 3.x
If you want to bind for yourself or do other tricks, feel free to use my script as base.
If you want to learn more, you can see the documentation for Pynput and Keyboard