I installed the pyautogui module and dependencies via pip-3.2 on my raspi correctly, However when I am trying to do
import pyautogui
I am g
Search in C:\Python37-32\Lib\site-packages (Where-ever you have installed it). Check if you have pyautogui directory.
If YES then there exists a configuration issue with pycharm or IDLE.
If NO then
C:\Python37-32\Scripts
pip install pillow
pip install pyautogui
Check for Successfully installed response.
HAPPY CODING! :)