On 12/7/19 6:22 AM, pmkellly@xxxxxxxxxxxx wrote:
My idea is to connect 2 PCs together via USB. One PC would be running Python pretending to be the keyboard on the test machine. So of course I need a Python library that provides for keyboard emulation. I would
You can't connect computers directly with USB like that. However, depending on your python skills, you could use a network connection and the python3-evdev and/or python3-uinput libraries to fake a keyboard or any other device.
_______________________________________________ test mailing list -- test@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to test-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/test@xxxxxxxxxxxxxxxxxxxxxxx