Metadata-Version: 2.1
Name: pycvtools
Version: 0.0.2
Summary: A package to take screenshots from video.
Home-page: https://www.drateendrajha.com/projects/pycvtools
Author: Ateendra Jha
Author-email: ateendrajha@live.com
License: UNKNOWN
Keywords: video,images,video2images
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# pycvtools

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)                 
[![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/)   

## Functionality of the pydlmodels

- Take image snaps from video 

## Usage

- To take snap from video and save it as .jpg

```
pip install pycvtools
```
##### To run
```
from pycvtools import*
import os
vd2img(inputfile, Snap_No = 1)
```
* inputfile is directory address where video available.
* Snap_No is number of snaps you want to take

## Note 
- Please drop your suggestions on pydev@phaf.in 

## More Information
- Visit [pycvtools.phaf.in](http://pycvtools.phaf.in)



