Python script to control your cursor with your keyboard keys.
Key | Mouse Action |
---|---|
Right arrow | Go right |
left arrow | Go left |
up arrow | go up |
down arrow | go down |
space key | click |
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]
python3 main.py --help
python3 main.py -h