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.1.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.1.tar.gz.
File metadata
- Download URL: masterai_pptx2md-25.8.1.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 |
c61a022aa9c9bb3754ac33e1ef6d9005266bf424057355c0c7205fc1cbc6cdae
|
|
| MD5 |
a253a219ca43c7bc98419d8b452888d6
|
|
| BLAKE2b-256 |
1aea68f518ed440d3182003c001e25360f60ed40a2a9ba68bbc52c8bce25587c
|
File details
Details for the file masterai_pptx2md-25.8.1-py2.py3-none-any.whl.
File metadata
- Download URL: masterai_pptx2md-25.8.1-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 |
a93f25100616fbb137ea94c87ad6bb8506b730b1d21938a26a54f8e7f9e58b49
|
|
| MD5 |
7be85374baff5128b8a15c6eb259eea1
|
|
| BLAKE2b-256 |
4e2c66cc9b5939f93f72bb59e5e47fc50a171b320fd08e3fa5adec9066c7a2f3
|