Thanks to visit codestin.com
Credit goes to github.com

Skip to content

nonGratis/asset-acts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Asset Docx Generator

Generate formatted DOCX reports from Google Sheets using a local Word template


Quick Start

1. Clone & enter project

git clone https://github.com/nonGratis/asset-acts
cd asset-acts

2. Create Python virtual environment

python -m venv venv
source .venv/Scripts/activate   # Linux / macOS
                                # or
.venv\Scripts\activate          # Windows

3. Install requirements

pip install -r requirements.txt

4. Prepare files

  • credentials.json → Google API service account file.
  • template.docx → Word template with placeholders

5. Run

python main.py

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages