.. | ||
keyboard-as-mouse.py | ||
LICENSE | ||
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