Metadata-Version: 2.1
Name: mdtopptx
Version: 0.0.4
Summary: Converts markdown files to PowerPoint presentations
Description-Content-Type: text/markdown
License-File: LICENSE

# mdtopptx

`mdtopptx` is a Python library that makes it easy to convert markdown text into compelling PowerPoint presentations. It allows you to create slides with rich formatting, bullet points, images, and hyperlinks directly from your markdown code.

## Features

- Convert markdown to PowerPoint slides with ease.
- Support for text formatting (bold, italic, underline, color).
- Add bullet points for clarity and organization.
- Insert images from URLs to enhance presentations.
- Embed hyperlinks to provide context and further references.

## Usage Examples

(Include code examples demonstrating how to use `mdtopptx`)

## Installation

You can install the `mdtopptx` package from PyPI using pip:

```bash
pip install mdtopptx
```
