Skip to content

Code and Samples for the Europython 2018 Talk "The Boring Python Office Talk"

License

Notifications You must be signed in to change notification settings

stbaercom/europython2018_boring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the sample code for the Europython talk: "The Boring Python Office Talk". It shows how to do some basic operations with office formats like XLSX, PPTX, PDF, and of course, Python

You will need to install LibreOffice/OpenOffice.org and adjust the path to the soffice binary in code (prepare_pptx_and_convert) in order to make the PPTX to PDF conversation work.

You will also needs a pretty recent version of pandas, as well as python-pptx, pdfrw, xlsxwriter, all of which can be installed with pip.

You will also need PandasToPowerpoint, available here: https://github.com/robintw/PandasToPowerpoint

This is pure demo code, use with the usual care.

About

Code and Samples for the Europython 2018 Talk "The Boring Python Office Talk"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages