Skip to content

TisSeferi/ShellHandManipulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hand Gesture Recognition Application

This application uses Python 3.11.6
(3.11.0 may also work, but if you run into issues, use 3.11.6+).


Installation

Use your package manager of choice to install the following libraries:

# Core libs
pip install opencv-python mediapipe numpy pandas

# Utilities / UI
pip install pillow keyboard pyautogui

# Windows-specific (provides win32api / win32con)
pip install pywin32

Run Application

python HandDetecterClass.py

Supported Gestures

✌️ Index + Middle up: Open Google in the system’s default browser

🤙 Only Pinky up: Take a screenshot

🖖 Index + Pinky up: Close selected program (Alt+F4)

✋ Index + Middle + Ring up: Close current browser tab (Ctrl+W)

🖕 Middle finger: [CENSORED]

🖐️ All five fingers up: Activate mouse tracking mode

About

Windows shell manipulation using hand tracking and heuristic gestures.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages