4

I'm working with data processing and want to generate PowerPoint or OpenOffice Impress presentation with some data analysis directly from Python. Is there any libraries for Python to do that? I'm using Unix enviroment.

2
  • 1
    I know it's not an answer for your question - but there's a LaTeX package called beamer, which can be used to produce a coherent and aesthetical presentations in PDF format. Most of the presentations in my University are done that way. Commented Jun 26, 2012 at 7:40
  • Yes, i know it and this is an option too. Commented Jun 26, 2012 at 7:56

2 Answers 2

10

Looks like this is starting to come along well: https://github.com/scanny/python-pptx/

Sign up to request clarification or add additional context in comments.

Comments

3

Yes.

You can use the odf library.

http://opendocumentfellowship.com/projects/odfpy

The document you'll get will be in ODF format but you can later convert it to PPT using unoconv.

1 Comment

Cool! Do you know something similar for Microsoft Office Open XML? Like phppowerpoint, but for Python.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.