I need a module that can control the keyboard, mouse movement and clicks . I tried to use PyUserInput and PyAutoGUI but none work for python 3.5. Can someone help ?
1 Answer
According to the documentation: You will need to install pillow.
To install pillow: Type this in your terminal
pip install pillow
pip install pillow? PIL is deprecated and pillow is the successor. However, this should actually be installed together with pyautogui...