Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 647 Bytes

File metadata and controls

22 lines (15 loc) · 647 Bytes

Python Template Parser

To generate .docx file from .yml/.yaml/.json using .docx template

Setup

  1. Clone this repository by executing following command in cmd/terminal

    git clone https://github.com/Karna98/python-template-parser.git

    OR
    Download zip from here.

  2. Once successfully cloned or extracted, navigate inside python-template-parser folder.

  3. Open a terminal in Ubuntu or Git Bash in Windows and execute

    ./setup.sh

    And then proceed with installation stages sequentially.