Skip to content

DheerGala/Gesture-Controlled-Computer-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gesture Controlled Computer System

Control the basic functions of your computer using Gestures. This project is based on Python and Arduino interlinked with each other.

Technologies

Project is created using:

  • Software:

    • Python 3.9.6
      • Libraries used - pySerial, pip, pyAutoGUI
    • Arduino IDE
  • Hardware:

    • Windows PC with Google Chrome and VLC Media Player installed.

Setup

  1. pySerial

    python setup.py install 
    
  2. pip

    • Check pip version if already installed.
    pip -V 
    
    • To newly install pip
    python -m pip install --upgrade pip 
    
  3. pyAutoGUI

    pip install pyautogui 
    

Now The above code has the copy button over it in Github

Circuit Diagrams

circuit d1

Releases

No releases published

Packages

No packages published