Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.15 KB

File metadata and controls

43 lines (34 loc) · 1.15 KB

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