An open API service indexing awesome lists of open source software.

https://github.com/steelx/kb-mouse-control

control mouse with keyboard
https://github.com/steelx/kb-mouse-control

opencv python3

Last synced: 2 months ago
JSON representation

control mouse with keyboard

Awesome Lists containing this project

README

          

## steelx/kb-mouse-control
![Sprite-0001](https://github.com/user-attachments/assets/8cfa03a9-0347-44ed-825f-2eabac743950)
https://www.youtube.com/watch?v=Nn85tS5Bl58

This program allows you to control your mouse by using a keyboard

```
# pip install opencv-python numpy pyautogui keyboard mss
pip install -r requirements.txt
python main.py
```

## Build exe file:

```bash
./test/local_build_test.bat
# deactivate venv after test
deactivate
```