Draw in Air with Python
I prefer to use Pycharm IDE
Installation
For windows users
(run those in command prompt/cmt/terminal) For using Web-Cam pip install cv2
For linux users
Learn all the above commands on terminal. Make sure to use pip3, because in linux pip refers for python2 and pip3 refers to python3. Install these too - pip3 install cv2