Skip to main content

To easily format, design, and automatically generate reports

Project description

autoreporter

Autoreporter generates beautiful reports laid out using a customizable PowerPoint template. It interfaces with Matplotlib and Plotly for producing figures, and it does text variable substitution as well.

Installation

Example

Autoreporter fills in the template

to create the report
.

To create this, this function is called:

from autoreporter import builder

builder.builder("report.pptx", "test.pptx", fig_dict, var_dict = {"a":"123"})

PowerPoint shapes with text of form "!(key)" is replaced with the matplotlib figure, fig_dict[key].

Text of the form "$[key]" is replaced with a variable, var_dict[key].

Any other shape, image or text is kept the same.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autoreporter-0.0.2.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

autoreporter-0.0.2-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page