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
- Host: GitHub
- URL: https://github.com/steelx/kb-mouse-control
- Owner: steelx
- License: mit
- Created: 2024-09-28T11:03:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T10:43:05.000Z (almost 2 years ago)
- Last Synced: 2025-10-12T08:13:27.723Z (9 months ago)
- Topics: opencv, python3
- Language: Python
- Homepage: https://github.com/steelx/kb-mouse-control
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## steelx/kb-mouse-control

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
```