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.4.tar.gz
(24.2 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.4.tar.gz.
File metadata
- Download URL: masterai_pptx2md-25.8.4.tar.gz
- Upload date:
- Size: 24.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13c219aee994cc94cb79c0f8b62cb9c86f0ca5faa1de5806842e6ef89b928fc5
|
|
| MD5 |
1b5f64cf3fa5a327947832215f947d83
|
|
| BLAKE2b-256 |
1f2e6565c2e93c07cf5e483ea2b090e6f33cf42be2be29c739240a0f87ae4aa3
|
File details
Details for the file masterai_pptx2md-25.8.4-py2.py3-none-any.whl.
File metadata
- Download URL: masterai_pptx2md-25.8.4-py2.py3-none-any.whl
- Upload date:
- Size: 24.5 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 |
9b3997c89f055b15a7bbfc8e4830b974f504cd44b90cbe67102a8223fa573268
|
|
| MD5 |
f72464f03fe78e42918b70eecfb3d811
|
|
| BLAKE2b-256 |
90561fb0261c8a73caad7acc513de3789a70505abb7ddaeb15c5ae0fbcd10061
|