Coko7 / mc-fish-pye

AFK auto-fishing script for Minecraft using Python and OpenCV.
GNU General Public License v3.0
0 stars 0 forks source link

Use a better option for detecting key and mouse inputs #3

Open Coko7 opened 5 months ago

Coko7 commented 5 months ago

Try to make pynput work and use that instead of the keyboard package. The keypess detection mechanism needs some work in main.py so that the keypress can be detected at all times (not the case currently)