Metadata-Version: 2.1
Name: webcam.py
Version: 1.0.0
Summary: Use your webcam in real time with python
Home-page: https://github.com/ZhengLinLei/webcam.py
Author: ZLL
License: Apache-2.0
Project-URL: Bug Tracker, https://github.com/ZhengLinLei/webcam.py/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# Webcam.py 

Use your webcam with [open-cv](https://opencv.org/) module in python

For more info [Github - https://github.com/ZhengLinLei/webcam.py](https://github.com/ZhengLinLei/webcam.py)
Issues [Github - Issues](https://github.com/ZhengLinLei/webcam.py/issues)

## How to use?

### 1. Install the module
```
pip install webcam-py
```


### 2. Import the module and run it 
```
import webcam-py
````

### If you want to get the source code or you want to use the project without installing as a module with `pip`, you can download it in the [Github](https://github.com) repository and follow the steps in `README.md`

Repository: [Github - https://github.com/ZhengLinLei/webcam.py](https://github.com/ZhengLinLei/webcam.py)





## Modules used in this project

[OpenCV](https://opencv.org/)

If you want to install it manually you can do it with
```
pip install opencv-python
```




ZhengLinLei - [Github](https://github.com/ZhengLinLei) - 2021

