Skip to content

Yans14/template_change

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slide-transform

Windows-native, modular slide transformation pipeline for converting source PPTX slides into a target template style.

Quick start

python -m slide_transform.cli run \
  --source ./source.pptx \
  --template ./template.pptx \
  --output ./output.pptx \
  --slides all

Notes

  • Primary renderer: PowerPoint COM (win32com.client)
  • Intended runtime: Windows with Microsoft PowerPoint installed
  • Artifacts: artifacts/<run_id>/...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors