https://github.com/vortexv7/virtual_mouse
Virtual mouse using Python
https://github.com/vortexv7/virtual_mouse
Last synced: 9 months ago
JSON representation
Virtual mouse using Python
- Host: GitHub
- URL: https://github.com/vortexv7/virtual_mouse
- Owner: VortexV7
- License: apache-2.0
- Created: 2022-07-11T17:03:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T17:37:37.000Z (about 2 years ago)
- Last Synced: 2024-04-16T22:48:56.483Z (about 2 years ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VIRTUAL-MOUSE
## Virtual mouse using OpenCV in Python
Created with following packages:
> openCV-python: https://pypi.org/project/opencv-python/
Wrapper package for OpenCV python bindings.
> MediaPipeTools: https://pypi.org/project/mediapipe/
MediaPipe is the simplest way for researchers and developers to build world-class ML solutions and applications for mobile, edge, cloud and the web.
> PyAutoGUI: https://pypi.org/project/PyAutoGUI/
PyAutoGUI lets Python control the mouse and keyboard, and other GUI automation tasks. For Windows, macOS, and Linux, on Python 3 and 2.