Closed sy6sy2 closed 4 years ago
Hi @sy6sy2 , thank for your feedback, but GPIO package is not required for the keyboard and mouse. If your project need GPIO accessing, I think you should install it manually.
There's an unused import here: https://github.com/quangthanh010290/keyboard_mouse_emulate_on_raspberry/blob/master/keyboard/send_string.py#L7
Thank you for this project! I've been looking for this for a while!
In my case the package
python3-rpi.gpio
was also needed 😉