README.md aktualisiert

This commit is contained in:
Tim Müller 2024-08-30 08:59:36 +00:00
parent 19ccc4d6c9
commit d819c5923a

View File

@ -20,14 +20,14 @@ This repository provides scripts for processing Word templates (.dotx) by search
Run the `setup_environment.py` script to ensure `pip` and required packages are installed: Run the `setup_environment.py` script to ensure `pip` and required packages are installed:
```bash ```bash
py setup_environment.py` py setup_environment.py
2. **Run the Processor Script:** 2. **Run the Processor Script:**
Execute the `dotx_processor.py` script to process Word templates: Execute the `dotx_processor.py` script to process Word templates:
```bash ```bash
py dotx_processor.py` py dotx_processor.py
3. **Follow the Prompts:** 3. **Follow the Prompts:**
@ -43,14 +43,14 @@ The script will prompt you for the following inputs:
1. Run the setup script to ensure the environment is prepared: 1. Run the setup script to ensure the environment is prepared:
```bash ```bash
py setup_environment.py` py setup_environment.py
This command will install `pip` if it is not already installed and then use it to install the necessary Python packages (`pywin32`). This command will install `pip` if it is not already installed and then use it to install the necessary Python packages (`pywin32`).
2. Run the processing script to start modifying your `.dotx` files: 2. Run the processing script to start modifying your `.dotx` files:
```bash ```bash
py dotx_processor.py` py dotx_processor.py
After running this command, follow the on-screen prompts to specify the directories and text replacement details. After running this command, follow the on-screen prompts to specify the directories and text replacement details.