Adding pptx package

Hello,

I’ve made a function that uses our data from BigQuery and creates a powerpoint report based on parameters. Im using Anvil to make a UI so that other users can download these reports themselves.

I’ve started by turning my function into a servermodule. To use all the libraries I need to install PPTX but I dont see the library in the list of possible packages. How do I install this?

Screenshot 2023-05-10 at 14.12.59

I’m not sure there is a Python package called pptx. Are you looking for python-pptx? python-pptx · PyPI

1 Like