Generate formatted DOCX reports from Google Sheets using a local Word template
git clone https://github.com/nonGratis/asset-acts
cd asset-acts
python -m venv venv
source .venv/Scripts/activate # Linux / macOS
# or
.venv\Scripts\activate # Windows
pip install -r requirements.txt
credentials.json
→ Google API service account file.template.docx
→ Word template with placeholders
python main.py