judemont / cursor-control-with-keyboard-keys

Control your cursor with your keyboard keys.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cursor control with keyboard keys

Python script to control your cursor with your keyboard keys.

Control:

Key Mouse Action
Right arrow Go right
left arrow Go left
up arrow go up
down arrow go down
space key click

Getting Started

git clone https://github.com/judemont/cursor-control-with-keyboard-keys/

cd cursor-control-with-keyboard-keys

pip install -r Requirements.txt

python3 main.py

You can specify the sensitivity of the mouse (default value is 30):
python3 main.py [SENSITIVITY]

Help

python3 main.py --help python3 main.py -h

About

Control your cursor with your keyboard keys.


Languages

Language:Python 100.0%