Skip to content

An application built to be able to control your system using hand gestures. It can also work across a network through a client server connection.

Notifications You must be signed in to change notification settings

Jansxn/VirtualPad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Non-Touch_Writing_Pad

AIVirtualMouse.py leverages gesture control to manipulate your mouse. It operates locally on your computer, functioning as both the client and the server, and served as the inspiration for this project.

direct showcase example

We have restructured this file using Distributed Systems principles to establish a client-server communication model. Below are the functionalities:

Function Thumb Index Middle Ring Little
Left Click 0 1 0 0 0
Right Click 0 0 0 0 1
Switch tab 1 0 0 0 0
Move mouse 0 1 1 0 0
Double Click 0 1 1 1 0
Scroll 0 0 0 0 0

virtual showcase example

About

An application built to be able to control your system using hand gestures. It can also work across a network through a client server connection.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages