News

my simple code is : import datetime import docx from docx.oxml import OxmlElement from docx.oxml.ns import qn from docx import Document from docx.shared import Inches from docx.enum.text import WD_ ...
It is a python script that generate bulk documents automatically from excel sheet data using replace concept. It can be used to generate bulk documents like letters, cards and certificates. It read ...