Metadata-Version: 2.1
Name: plotvizard
Version: 0.1.1
Summary: A data visualization library with interractive functionalities
Home-page: https://github.com/Chanaka-Prasanna/plotvizard
Author: Chanaka Prasanna
Author-email: chanakapinfo@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
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: dash
Requires-Dist: plotly

# PlotVizard

PlotVizard is a powerful Python library for data visualization. It simplifies the process of creating interactive plots and visualizations, making it easy for data scientists and analysts to explore and present their data.

## Features

- Easy-to-use data processing functions
- Interactive scatter plots and other visualizations
- Integration with Dash for web-based interactivity

## Installation

You can install PlotVizard from PyPI using pip:

```bash
pip install plotvizard==0.1.0
