Metadata-Version: 2.1
Name: imdir
Version: 0.0.dev1
Summary: A package to analyse a directory full of images
Home-page: https://github.com/dhananjayraut/imdir
Author: Dhananjay Raut
Author-email: rautdhananjay33@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pillow
Requires-Dist: matplotlib

# imdir
[![Actions Status](https://github.com/dhananjayraut/imdir/workflows/Python%20package/badge.svg)](https://github.com/dhananjayraut/imdir/actions)  
a simple python package to analyse a directory full of images  
How many times you want to see what all types of images have in a directory
this simple package just helps with that

### WIP

## Installation
```bash
pip install git+https://github.com/dhananjayraut/imdir
```
### dependencies

* matplotlib
* pillow

## Usage
```python
im_dir = image_dir(path="../input/train/") # give path to class

imdir.sc_plot(alpha=0.5) # plot height and width as scatter plot

imdir.width_plot() # plot width as histogram using matplotlib

imdir.height_plot() # plot height as histogram using matplotlib
```

## Documentation

___


