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-24.12.3.tar.gz
(23.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-24.12.3.tar.gz.
File metadata
- Download URL: masterai_pptx2md-24.12.3.tar.gz
- Upload date:
- Size: 23.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 |
454ab123cd307213c5fbead918125ca6eafa50efee51b389e4bce24fd1a65c5e
|
|
| MD5 |
fb7c56ca94a4582a8dce6685216ff155
|
|
| BLAKE2b-256 |
1f42b4d2608af448f2e2fe05aebcd4453a474811d7087dddad359e456239e0b0
|
File details
Details for the file masterai_pptx2md-24.12.3-py2.py3-none-any.whl.
File metadata
- Download URL: masterai_pptx2md-24.12.3-py2.py3-none-any.whl
- Upload date:
- Size: 23.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 |
7560c8bcfd7d1d453b0c0117c5777973a07e14ec16cb96bb1f242f67bdcce79c
|
|
| MD5 |
7c85db5432385952d334058a99023f22
|
|
| BLAKE2b-256 |
2386b9d56db3bdcd39972d15749eeb618b26c4c3f66a010a5b302bc741211530
|