mikeest1972 / word_templet_filler

Fills out the vars in a templet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word Templet Filler

Fills out the vars in a templet

To use this code you need to create a virtual enviorment and install the necessary packets.

  1. Create virual enviorment:
python3 -m venv env/
  1. Activate virutal enviorment
source env/bin/activate
  1. Install 2packages:
pip3 install typing_extensions==4.7.1
pip3 install docxtpl

About

Fills out the vars in a templet


Languages

Language:Python 100.0%