← 返回首页
GitHub - TisSeferi/ShellHandManipulation: Windows shell manipulation using hand tracking and heuristic gestures. · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

TisSeferi/ShellHandManipulation

Go to file
Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
View all files

Repository files navigation

More items

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

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Footer

© 2026 GitHub, Inc.