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
- Host: GitHub
- URL: https://github.com/fsistemas/pydocuments
- Owner: fsistemas
- Created: 2021-03-25T02:18:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-17T03:42:17.000Z (almost 4 years ago)
- Last Synced: 2024-11-09T03:38:33.552Z (over 1 year ago)
- Topics: documents, office, python, reports, sql, tools, word
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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