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.0.tar.gz
(23.0 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.0.tar.gz.
File metadata
- Download URL: masterai_pptx2md-24.12.0.tar.gz
- Upload date:
- Size: 23.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15f83cc8d35e8fe661224c8b614f6303dba4aabe14f9dfdfcbaab4c279e95187
|
|
| MD5 |
9602cc249fa6eec3c95e48c0df301e72
|
|
| BLAKE2b-256 |
899f33b4a75b67e961fdfd716c007ed11ca20c82941132ec703558eb1bd97f74
|
File details
Details for the file masterai_pptx2md-24.12.0-py2.py3-none-any.whl.
File metadata
- Download URL: masterai_pptx2md-24.12.0-py2.py3-none-any.whl
- Upload date:
- Size: 23.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e98f9028fbf738c53d9b2409a46726ebbf7acbb2f222211aef07e2d6e77c4aaa
|
|
| MD5 |
215c552e4749571b059d94d4448f55ac
|
|
| BLAKE2b-256 |
908e9828ce84fcbbc7dd73e7f6e0c5df9afc6e43d973d759b0302b7a4ceebe24
|