Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 578 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 578 Bytes

Virtual-Paint in Python

Draw virtually using any colored pen.

Prerequisites

  1. Install Python 3.7.6 from here.
  2. Install opencv-python and numpy using package managers like pip.

Features

  • Intialize the HSV and BGR format of the colors that you want to detect in Virtual Paint.py.
  • Can draw virtually using any colored pen. It draws by detecting the colored object which is being used to draw and draws from its tip. All this is done using Virtual Paint.py