Skip to main content

imshowtools contains simplified imshow functions to show multiple images and with other options

Project description

imshowtools

This library that allows you to view images in Jupyter notebooks in a much simpler way.

Installation

To install imshowtools,

pip install imshowtools

Usage

Single Image

To show a single image

from imshowtools import *
imshow(your_image)

Multiple Images

To show multiple images

from imshowtools import *
imshow(image_1, image_2, image_3)

Namespaces

If you do not want to use imshow directly in your app (maybe you have another function named imshow), you shall use it like

import imshowtools
imshowtools.imshow(your_image)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

imshowtools-0.1.0.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

imshowtools-0.1.0-py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page