Notes/src/Python/Scripts/keyboard-mouse
maximstewart c0a5e1f876 Moved some former repos to here. 2021-02-21 00:53:23 -06:00
..
LICENSE Moved some former repos to here. 2021-02-21 00:53:23 -06:00
README.md Moved some former repos to here. 2021-02-21 00:53:23 -06:00
keyboard-as-mouse.py Moved some former repos to here. 2021-02-21 00:53:23 -06:00

README.md

Keyboard-Mouse

Use Python 3 to move mouse with keyboard keys.

To Launch:

Must use sudo as python3_xlib needs it.
sudp python3 keyboardMouse.py

Default keys are:


Up: Ctrl+Shift+Up_Arrow
Down: Ctrl+Shift+Down_Arrow
Left: Ctrl+Shift+Left_Arrow
Right: Ctrl+Shift+Right_Arrow
Exit: Ctrl+Shift+C

Needed Python Libraries are:

sudo pip3 install python3_xlib keyboard pyautogui