andreaschiavinato / python_grabber

Python tool to capture photo from camera and for doing simple image processing using DirectShow and OpenCV
MIT License
57 stars 27 forks source link

Added files needed to install pygrabber as a module. #3

Closed ByteArts closed 4 years ago

ByteArts commented 4 years ago

I added the files needed to install pygrabber as a module using pip. The files are: init.py, setup.py, requirements.txt.

andreaschiavinato commented 4 years ago

Thanks!