An open API service indexing awesome lists of open source software.

https://github.com/fsistemas/pydocuments

Query a database using sql2json. Use JSON result to populate word file template and generate multiple word documents using docxtpl
https://github.com/fsistemas/pydocuments

documents office python reports sql tools word

Last synced: about 1 month ago
JSON representation

Query a database using sql2json. Use JSON result to populate word file template and generate multiple word documents using docxtpl

Awesome Lists containing this project

README

          

# Py Documents
Example application to query a database extract information and generate Word documents using a template and sql results

## Create virtual environment:
python3 -m venv venv

## Activate venv:
source ./venv/bin/activate

## Install dependencies:
pip3 install -r requirements.txt