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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file masterai_pptx2md-24.10.1.tar.gz
.
File metadata
- Download URL: masterai_pptx2md-24.10.1.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15f3fbe76aa45ce03fbddbc59d6cbb245c70d56ae05dfda182e4a111f5b14246 |
|
MD5 | b7fd0c93e368d8974f853ac363bcdd68 |
|
BLAKE2b-256 | de9b95c9576d337073a59673ac7918eb7b83fd17d0afe9f84be353752e68f525 |
File details
Details for the file masterai_pptx2md-24.10.1-py2.py3-none-any.whl
.
File metadata
- Download URL: masterai_pptx2md-24.10.1-py2.py3-none-any.whl
- Upload date:
- Size: 6.6 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 | 281fb5181937bd32df0ee1ca345b3768ebad33453464203aec1bc22d166ede81 |
|
MD5 | 23173fd33c263dee17bda6a5f27105a7 |
|
BLAKE2b-256 | 13876ddeceb0f2f57a06461e5a9765ecea7762eb2058c3e9b98bceb38dfae2c1 |