Skip to content

Files

Latest commit

 

History

History
This branch is 7 commits behind HarshCasper/Rotten-Scripts:master.

Magic_Pen

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 15, 2021
Jun 21, 2021

README.md

Magic-Pen

Ever dreamed of drawing stuff on the screen just by waving your pen in the air...Well that is exactly what Magic Pen does using Python(OpenCV and NumPy).

To run the code

(Preferable IDE - Jupyter Notebook)

  • Clone the folder- Magic-Pen
  • You must have python ,opencv and numpy installed
  • In cmd do:
    • pip install numpy
    • pip install opencv-python
    • Also check for any package that's need to be installed, on cmd
    • then run the script in jupyter lab/notebook!