ayushi7rawat / MS-Teams-Automation

Automating MS Teams with Python using PyAutoGui
MIT License
57 stars 13 forks source link

Not able to import pyautogui #5

Open nihal1154 opened 3 years ago

nihal1154 commented 3 years ago

Please help!

E:\Teams Bot\New Bot\MS-Teams-Automation-master>python script.py Traceback (most recent call last): File "script.py", line 2, in import pyautogui ImportError: No module named pyautogui

E:\Teams Bot\New Bot\MS-Teams-Automation-master>

Sam8239 commented 3 years ago

Use the below code in terminal :

pip install pyautogui