Skip to content

A python program which uses fingers of a human hand and uses the inputs to simulate mouse on the screen

License

Notifications You must be signed in to change notification settings

a3ro-dev/finger_virtual_mouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Finger-Mouse

This program implements MediaPipe's pre-trained solutions and PyAutoGUI's mouse functionality for using fingers as a mouse.

Features

  • LEFT-CLICK: Index Finger + Thumb
  • RIGHT-CLICK: Middle Finger + Thumb

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Python 3.x
  • OpenCV
  • MediaPipe
  • PyAutoGUI

Installing

  1. Clone the repository
git clone https://github.com/a3ro-dev/finger_virtual_mouse
  1. Install the required packages
pip install -r requirements.txt
  1. Run the program
python mouse.py

Contributing

Any contributions are appreciated. Feel free to submit a pull request or open an issue if you have any suggestions or find any bugs.

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details

About

A python program which uses fingers of a human hand and uses the inputs to simulate mouse on the screen

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages