I am using Python and PyCharm. In my script I am trying to move the mouse to the top corner of the screen ((0,0) I think).
I googled and found uinput however got this when trying to install it using:
sudo pip install python-uinput
I get the following error:
/usr/bin/ld: cannot find libudev.so.0
collect2: error: ld returned 1 exit status
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
----------------------------------------
Cleaning up...
I do have libudev installed and the cosponsoring headers.
Some advice would be very appreciated!
Maybe even another simple way to move the mouse to the top left corner as I am still very inexperienced.