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

Use case with Docker #725

Closed davins90 closed 1 year ago

davins90 commented 2 years ago

Hi all,

I would like to build a docker container containing a python code able to use pyautogui modules to do some stuff on the host PC of the docker.

Is it possible?

I would like to use docker to let other of my colleagues use this code on other machines (Mac, Linux, Windows)

Thanks very much,

Daniele

asweigart commented 1 year ago

I'm not sure, I don't have experience with Docker. In general, PyAutoGUI hasn't worked on headless setups.