I'm looking to write some simple code using keyboard events to control GPIO pins, specifically for motor control. The code would basically turn on/off GPIO pins when certain keys were pressed.
There seems to be a number of python libraries that can handle this. I was wondering if anyone had experience with this and could recommend libraries to use?