How PyAutoGUI is Used, According to Google Scholar
Posted by Al Sweigart in misc
PyAutoGUI is a GUI automation Python package I created and maintain. It allows your Python scripts to control the mouse and keyboard on Windows, macOS, and Linux. PyAutoGUI is featured in my book, Automate the Boring Stuff with Python (available for free online) and gained a toehold of popularity. With the rise of RPA (robotic process automation, which has nothing to do with robots and as far as I can tell is just another term for scripts that control the mouse and keyboard) I've been meaning to bring PyAutoGUI up to mature standards of features and documentation. As a first step in that direction, I decided to take a look at academics use of PyAutoGUI according to Google Scholar search results and write up my findings in this blog post.

