ponty / PyVirtualDisplay

Python wrapper for Xvfb, Xephyr and Xvnc
BSD 2-Clause "Simplified" License
715 stars 78 forks source link

mouse control or keyboard #86

Open glira opened 1 year ago

glira commented 1 year ago

how control mouse or keyboard inside of one visible screen is possible? image

James4Ever0 commented 1 year ago

xdotool

ponty commented 1 year ago

Mouse or keyboard control is out of scope here. You can find Python libraries. search for "python mouse control" --> https://www.geeksforgeeks.org/mouse-keyboard-automation-using-python/

davidyu513 commented 5 months ago

xdotool

Thank you, very helpful