Metadata-Version: 2.1
Name: mlsgraphcreator
Version: 1.0.5
Summary: graphCreator creates a graph from CSV file.
Author-email: Chirag Modi <kolbenkraft.kk@gmail.com>
Keywords: graph,creator
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev

## Install the package
```
pip install mlsgraphcreator
```
Make sure that your file is in CSV format.

## Usage
``` python
from mlsgraphcreator import graphcreator
graphcreator.createGraph('path/to/csv/file')
```
