GitHub - Water-Run/pptx2png: 一个将.pptx转换为.png图片的工具集: 包括一个Windows桌面端程序和一个Python库. | A toolkit for converting .pptx files into .png images, including a Windows desktop application and a Python library.

1 min read Original article ↗

logo


中文

就和名称一样: 将.pptx一键式的打包为.png图片.
提供一个Windows桌面端.exe应用和一个可调用的Python库.

  • EXE应用, 下载后执行pptx2png.exe即可
  • Python库, pip install pptx2png, 详见文档

开源于GitHub, 遵循GPL协议.

English

As the name suggests: easily convert .pptx files into .png images with a single click.
It provides both a Windows desktop .exe application and a Python library that can be integrated into your own projects.

  • EXE Application: download and run pptx2png.exe to get started
  • Python Library: install via pip install pptx2png, see documentation for usage examples

Open-sourced on GitHub under the GPL license.


sample