Re: Thinking about a project

2019-12-09 Thread Adam Williamson
On Sat, 2019-12-07 at 09:22 -0500, pmkel...@frontier.com wrote: > I'm thinking about a project for myself and I'm curious about some things: > > Is there a tool available to automate (relval report-results)? Something > like a template with check boxes and text fields you could fill in as > you

Re: Thinking about a project

2019-12-07 Thread pmkel...@frontier.com
On 12/7/19 14:42, Samuel Sieb wrote: On 12/7/19 6:22 AM, pmkel...@frontier.com 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 wo

Re: Thinking about a project

2019-12-07 Thread Alessio
You could use a Raspberry Pi Zero to emulate a keyboard and, as you said, a Python script, like in this example: https://randomnerdtutorials.com/raspberry-pi-zero-usb-keyboard-hid/ ___ test mailing list -- test@lists.fedoraproject.org To unsubscribe send

Re: Thinking about a project

2019-12-07 Thread Samuel Sieb
On 12/7/19 6:22 AM, pmkel...@frontier.com 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 direc