Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simplyceo/fishfarmac
Auto-clicker for AFK Minecraft fish farm.
https://github.com/simplyceo/fishfarmac
afkfarming auto-clicker minecraft python python2 python3
Last synced: about 8 hours ago
JSON representation
Auto-clicker for AFK Minecraft fish farm.
- Host: GitHub
- URL: https://github.com/simplyceo/fishfarmac
- Owner: SimplyCEO
- License: gpl-3.0
- Created: 2020-06-21T06:06:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-12T01:23:01.000Z (almost 4 years ago)
- Last Synced: 2024-05-03T06:53:56.166Z (6 months ago)
- Topics: afkfarming, auto-clicker, minecraft, python, python2, python3
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fishfarmAC
Auto-clicker for AFK Minecraft fish farm.## Installation ##
This script uses basic dependencies for keybinding. These are included: [Pynput](https://pypi.org/project/pynput/) and [Keyboard](https://pypi.org/project/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**).
## Warning ##
If you're on Linux, this script needs to be runned as root or it won't work.
## Usage ##
```
python fishfarmAC.py #For Python 2.x
python3 fishfarmAC.py #For Python 3.x
```## References ##
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](https://pynput.readthedocs.io/en/latest/) and [Keyboard](https://github.com/boppreh/keyboard)