Metadata-Version: 2.1
Name: display-image-cv
Version: 0.1
Description-Content-Type: text/markdown

In the project directory, we have display_image function which display image using image path

# test.py
from image_show import display_image

display_image("path_to_your_image")

