KunalA18 / AirMouse

Control mouse without touching it!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AirMouse

Control mouse without touching it! The objective of this project is to create a virtual mouse system using Web camera to interact with the computer in a more user friendly manner that can be an alternative approach for the touch screen.

Mouse controls πŸ–±

  • To move mouse-
    • Raise your index finger up and move πŸ‘†
  • To Left click-
    • Raise your index and middle finger up and touch them ✌
  • To Right click-
    • Raise your index finger and thumb and touch them 🀏

Technologies πŸ’»

Project is created using:

  • Python 3.9.6
    • Libraries used - openCV, mediapipe and mouse

Setup πŸ“„

Make sure following libraries are installed before execution

  1. openCV
pip install opencv-python
  1. mediapipe
pip install mediapipe==0.8.6.1
  1. mouse
pip install mouse

Demonstration

AirMousegit

About

Control mouse without touching it!

License:MIT License


Languages

Language:Python 100.0%