I want to learn how to make game bots, however am pretty sure Pynput only works with Python 3.5.
Does anyone have any conda packages or fixes for 2.7?
Are there any alternatives to Pynput with similar capabilities?
Cheers
I want to learn how to make game bots, however am pretty sure Pynput only works with Python 3.5.
Does anyone have any conda packages or fixes for 2.7?
Are there any alternatives to Pynput with similar capabilities?
Cheers
You could use Pyautogui. The documentation does not seem to mention 2.7 except on one line:
So it seems it is Python 2 compatible.