asweigart / pyautogui

A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
BSD 3-Clause "New" or "Revised" License
10.22k stars 1.24k forks source link

Single file or offline install #647

Open asweigart opened 2 years ago

asweigart commented 2 years ago

Figure out if there's a way to get PyAutoGUI as a single .py file so that non-technical folks can simply drop pyautogui.py into a folder and use it.

Tattoo commented 2 years ago

pyautogui uses many other open source libraries under the hood so IMO the best you can do @asweigart is provide the entire environment with f.ex Anaconda or Python's venv module