Converts PowerPoint (pptx) files to Markdown format. Version 2.0.6 supports Python 3.10+ and extracts text, images, tables, and basic formatting. Release cadence is irregular.
pip install pptx2mdNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic conversion of a pptx file to markdown.
Use `pptx2md.convert('input.pptx', 'output.md')` instead of calling the script directly.Add `extract_images=True` when calling `convert`, or pass `--images` in CLI.
Ensure your environment uses Python >=3.10.
Run `pip install pptx2md` in the correct Python environment.
Upgrade to version 2.x with `pip install -U pptx2md` and use `pptx2md.convert()`.
Call `pptx2md.convert('input.pptx', 'output.md')` with both arguments.