Metadata-Version: 2.1
Name: img2csv
Version: 0.1.0
Summary: A package to convert images paths to CSV
Home-page: https://github.com/MJBioInfo/img2csv
Author: Dr.Majeed Jamakhani
Author-email: mjbioinfo@gmail.com
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
Requires-Dist: pandas

# img2csv

A package to convert image paths to CSV.

## Installation

```sh
pip install img2csv


USAGE:

from img2csv import img2csv

data_dir = "path/to/data"
output_dir = "path/to/output"
output_file = "images_df.csv"
img2csv(data_dir, output_dir, output_file)
