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.1.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.1.tar.gz.
File metadata
- Download URL: masterai_pptx2md-24.12.1.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 |
54c8ebad7981375237603b33685c218f09721dd3e3b7080377e0a7a6028212d5
|
|
| MD5 |
f0bf60ee34042904aae7dfca007b8ee4
|
|
| BLAKE2b-256 |
7e73fb3058ed4c21f3a4ec92b7e15c2890c52d2cc9f75bb102cf8c1b8331258b
|
File details
Details for the file masterai_pptx2md-24.12.1-py2.py3-none-any.whl.
File metadata
- Download URL: masterai_pptx2md-24.12.1-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 |
c5c485f6417e5c9652adfe3b0a2d02d559b1b58b441446318b03f013570a817e
|
|
| MD5 |
b010710216c1dc9bb66ac855ce8bbcb9
|
|
| BLAKE2b-256 |
266887a0842414e316cad61fe0c3c35c367c79ad552cd94d5fb2b1a7a21327b5
|