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.2.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.2.tar.gz.
File metadata
- Download URL: masterai_pptx2md-24.12.2.tar.gz
- Upload date:
- Size: 23.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
505656b30c4748d16e75d1d9b6c363005b680e1c8fbe59b37fbd04b5dd953b44
|
|
| MD5 |
43170c9ccf55c6b3e3a5223b1a375b6c
|
|
| BLAKE2b-256 |
b899e6834e23ebc980a98b1015553210016df3d0b4121bc011af9947bd401c7c
|
File details
Details for the file masterai_pptx2md-24.12.2-py2.py3-none-any.whl.
File metadata
- Download URL: masterai_pptx2md-24.12.2-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.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58340168a9a26211cdd9c64be384933637c28cce87a02c779760e7eb28b562cc
|
|
| MD5 |
5fc600940ad866b2921d94116680086f
|
|
| BLAKE2b-256 |
c47892cb7a840a4190ff4e02a2ea161c027ebf43016cfbdc06e58b5d909891df
|