Metadata-Version: 2.1
Name: mdconvertor-tools
Version: 0.0.5
Summary: convertor is a simple and easy to use library for converting markdown files to various formats.
Home-page: https://github.com/codeperfectplus/mdconvertor-tools
Author: Deepak Raj
Author-email: deepak008@live.com
Project-URL: Documentation, https://mdconvertor-tools.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/codeperfectplus/mdconvertor-tools
Project-URL: Tracker, https://github.com/codeperfectplus/mdconvertor-tools/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bs4
Requires-Dist: markdown

# 📝 Mdconvertor Tools

A minimal Python package to convert Markdown files to clean, responsive **HTML** with **Tailwind CSS**, **MathJax**, and beautiful typography.

> Ideal for note-taking, documentation, and publishing markdown content as styled web pages.

![PyPI](https://img.shields.io/pypi/v/mdconvertor-tools)
![Python Version](https://img.shields.io/pypi/pyversions/mdconvertor-tools)
![License](https://img.shields.io/github/license/codeperfectplus/mdconvertor-tools)

---

## 🚀 Features

- 🧪 Convert `.md` files into HTML
- 🎨 Built-in support for **Tailwind CSS**
- 🧮 Renders LaTeX/Math using **MathJax**
- ✨ Applies prose styling for readability
- 🗂 Outputs to your desired directory

---

## 📦 Installation

```bash
pip install mdconvertor-tools
```


## Upcoming Features

- 📜 Support for custom CSS
- Support for PDF generation
- Support for custom themes
- Support for custom fonts
