/image-tiler

Tile images from the current dir into MS word (docx) file

Primary LanguagePython

About

Tiler -- script for solving particular problem...

Tiles images from the current folder and below into new docx-file.

Usage

tiler.py <filename> <image_width>

<filename> -- MS Word document (filename.docx will be created)

<image_width> -- width of image (in cm) inserted to the word document;

all images (inside the docx) will have the same width.

Requirements

Python-docx