From b031d974cc5228856dfc5157554505a87bd91265 Mon Sep 17 00:00:00 2001 From: "tim.mueller" Date: Fri, 30 Aug 2024 08:43:07 +0000 Subject: [PATCH] Initial commit --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5ce662d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# WordTemplateProcessor + +This repository contains scripts for processing Word templates (.dotx) by searching and replacing specific text in headers, footers, or the main text body. The setup script ensures that all necessary Python packages are installed and the environment is ready for use. \ No newline at end of file