<div dir="ltr"><div>I am looking for a simple short cut where I can automate a few clicks with a button via python automate the boring stuff. I go through data then I am seeking a short cut for the click inorder to be time efficient.</div><div><br></div><div> I am having some errors. I am new to python.</div><div><br></div><div><br></div><div>I am using windows. </div><div><br></div><div>I have read that I have to run 'pip install pyautogui'</div><div><br></div><div>I have used windows cmd. python shell and python command. I get a syntax error from python and a nothing from windows. Where should I put this? I found the pyautogui program and downloaded it and unzipped it.</div><div><br></div><div><br></div><div>I try to jump straight to the import script of pyautogui like</div><div><br></div><div>SyntaxError: multiple statements found while compiling a single statement</div><div><br></div><div><span>Traceback (most recent call last):<br>  File "<pyshell#1>", line 1, in <module><br>    import pyautogui<br>ModuleNotFoundError: No module named 'pyautogui'</span></div><div><span><br> >>> pip install pyautogui<br>SyntaxError: invalid syntax</span></div><div><span></span><br></div><div><span><br>Sincerely,</span></div><div><span>Michael G. Strain  Jr.</span></div><div><span><span><span><span></span></span></span></span><br></div></div>