Skip to content

Tellstrom/template-pptx-jinja

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template pptx Jinja2

This is a Python3 package that can generate .pptx file from template using Jinja2 scheme.

You can define your own Jinja2 filters.

It can also replace picture.

See example.py for example.

See the PyPI package at https://pypi.org/project/template-pptx-jinja/0.2.0

Install

Run

pip install template-pptx-jinja

Dev

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt

About

PowerPoint presentation builder from template using Jinja2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%