I need to generate keystrokes in Linux (Raspbian) from Python3. Something like uinput
but for Python3. I'd prefer not to use subprocess
for this.
Easier to install (apt-get) the better as it will be used in a guide to show others.
Any ideas? Thomas