Metadata-Version: 2.4
Name: exedash
Version: 1.0.1
Summary: Turn any Pandas DataFrame into a powerful Excel dashboard with one line of code.
Home-page: https://github.com/mahdi123-tech
Author: louati Mahdi
Author-email: louatimahdi390@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: xlsxwriter
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# ⚡ exedash

**Turn any Pandas DataFrame into a powerful, auto-charted Excel Dashboard in seconds.** 📊🐍

[![Python Version](https://img.shields.io/badge/python-3.6%2B-blue)](https://www.python.org/)
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

`exedash` automatically analyzes your data, creates beautiful charts (Bar, Line, Pie), and adds a professional footer with your signature.

> **Powered By louati Mahdi**

## 🚀 Installation

```bash
pip install exedash
