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.8.0.tar.gz
(24.1 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.8.0.tar.gz.
File metadata
- Download URL: masterai_pptx2md-25.8.0.tar.gz
- Upload date:
- Size: 24.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0700c895da818fdceb3e7bfadebb32e0e1357676d9e8ac7633fd916ed00a4abd
|
|
| MD5 |
422f88388e6815c3bacfd1e0f255e954
|
|
| BLAKE2b-256 |
2483dd2eeb4e99cfa3a67fae0af044560f5493ef390a3c4a57e4ddb46e21d7c2
|
File details
Details for the file masterai_pptx2md-25.8.0-py2.py3-none-any.whl.
File metadata
- Download URL: masterai_pptx2md-25.8.0-py2.py3-none-any.whl
- Upload date:
- Size: 24.4 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 |
38fc781fd19ef5ea2f3d2f6f62ac2d112382b011fa4d8cb3204b9a5f735667d1
|
|
| MD5 |
3646b6c3970cf665076a5511ae2368cf
|
|
| BLAKE2b-256 |
17e51402c6f2e3d94482af195109c19c361db20e4aceb9e01ffa27f51cc744fd
|