This program implements MediaPipe's pre-trained solutions and PyAutoGUI's mouse functionality for using fingers as a mouse.
- LEFT-CLICK: Index Finger + Thumb
- RIGHT-CLICK: Middle Finger + Thumb
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Python 3.x
- OpenCV
- MediaPipe
- PyAutoGUI
- Clone the repository
git clone https://github.com/a3ro-dev/finger_virtual_mouse
- Install the required packages
pip install -r requirements.txt
- Run the program
python mouse.py
Any contributions are appreciated. Feel free to submit a pull request or open an issue if you have any suggestions or find any bugs.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details