Skip to content

judemont/cursor-control-with-keyboard-keys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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