Metadata-Version: 2.1
Name: imagedisplay
Version: 1.0.2
Summary: Display image
Home-page: https://github.com/ShashankVBhat/DisplayImage
Author: shashank
Author-email: bhatshashank8@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: opencv-python

# Image display

Image display package is used to display the image continously.

## Installation

You can install the image display from [PyPI](https://pypi.org/project/imagedisplay/):

    pip install imagedisplay

## How to use

The imagedisplay is a command line application, named `imagedisplay`. To use simply call the program:

    $ python -m imagedisplay --image_path="path\to\image"

