Skip to content

ParagD25/Virtual_Pen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Virtual Pen πŸ–ŠοΈ

An application where one can draw on screen by just using Gestures.

Pen's color is been detected and is been used as an ink for drawing on screen.

Prerequisites πŸ“‹

You'll need Git and Python installed on your computer.

Libraries Used πŸ“:

  • Open-CV
  • Numpy

How To Use πŸ”§:

From your command line, first clone this repo:

# Clone this repository
$ git clone https://github.com/ParagD25/Virtual_Pen/

# Go into the repository
$ cd Virtual_Pen

# Remove current origin repository
$ git remote remove origin

# Create new virtual python environment
$ python3 -m venv venv

# Activate virtual python environment
$ source venv/bin/activate

# Install all the libraries/frameworks mentioned above

# Run Python file
$ "python pen.py"

Screenshots πŸ“·:

Contributing ©️:

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Application where one can write on screen by just using gestures.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages