Metadata-Version: 2.4
Name: DataMorph-tool-py
Version: 0.1.0
Summary: A beginner-friendly data transformation tool for CSV and Excel.
Author: shreya
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: pandas
Requires-Dist: openpyxl
Dynamic: license-file

# 🦋 DataMorph-Tool-py
[![PyPI version](https://img.shields.io/pypi/v/datamorph-tool)](https://pypi.org/project/datamorph-tool/)
![Python Version](https://img.shields.io/badge/python-3.8%2B-blue)
![License](https://img.shields.io/badge/license-MIT-green)

**Transform messy data into perfect reports with one line of code.**

DataMorph-Tool is a lightweight Python library designed to automate the boring parts of data cleaning, like renaming columns and converting file formats.

## 🚀 Key Features
- **Smart Mapping**: Rename multiple columns across CSV and Excel files instantly.
- **Auto-Export**: Seamlessly save your transformed data to clean CSVs.
- **Pandas Powered**: High performance even with large datasets.

## 📦 Installation
```bash
pip install datamorph-tool-py
