masterai covert pptx to md
Project description
masterai-pptx2md
from masterai_pptx2md.parser import Parse
from masterai_pptx2md.models import Config
from masterai_pptx2md.outputter import MarkDownOutPutter
c = Config()
md_outputter = MarkDownOutPutter()
p = Parse(c, md_outputter)
with open("pptx.pptx", "rb") as pptx:
with open("pptx.md", "w") as md:
md.write(p.parse(pptx.read()))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
masterai-pptx2md-25.5.0.tar.gz
(23.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file masterai-pptx2md-25.5.0.tar.gz.
File metadata
- Download URL: masterai-pptx2md-25.5.0.tar.gz
- Upload date:
- Size: 23.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6d18bf14eea5994370b3b96866c9852a52704809d8d000fe193fc868852f56d
|
|
| MD5 |
0e8b43734123a2f51d65df16005dda41
|
|
| BLAKE2b-256 |
65865590a09c13f594340d626b18f77de55deeff4d90df15242efe2502ec31d9
|
File details
Details for the file masterai_pptx2md-25.5.0-py2.py3-none-any.whl.
File metadata
- Download URL: masterai_pptx2md-25.5.0-py2.py3-none-any.whl
- Upload date:
- Size: 24.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89a354aac0dd9341659a67891daef17c70be8865d46ffaf989563a6510c1f2d3
|
|
| MD5 |
14a38ce288f5ddada717543ba8ebfa13
|
|
| BLAKE2b-256 |
4cace90166f8ec6b5f151ae7de5803ecf1442429214d8b281c05d89fdc755676
|