Closed shaojun closed 11 months ago
Hi @shaojun ! Thanks for your kind words. What do you mean by "integrate the feature via python code"?
I developed a Python application that want to call your function in code(by import your library as a module) rather than command line. just like:
import md2pptx
md2pptx.convert('mymarkdown.md', 'target.pptx')
I think you can use a Python command to run a command line invocation. Might be something like sys.exec
. You can probably redirect input and output also.
Closing for now but feel free to reopen.
Thanks for the great work, any guidiance for integrate the feature via python code?