Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 1.49 KB

README.md

File metadata and controls

61 lines (37 loc) · 1.49 KB

awg-utils

Pylint GitHub commit activity OpenSSF Scorecard

A repo for utility scripts of the Anton Webern Gesamtausgabe.


Virtual enironments

Activating a Virtual Environment

  1. Navigate to the target folder:
cd /d/Repositories/webern-unibas-ch/awg-utils/compare_pdfs
  1. Create a virtual environment:
python -m venv .venv
  1. Activate the virtual environment:
source .venv/Scripts/activate
  1. Install the dependencies:
pip install -r requirements.txt --require-hashes

Deactivating a Virtual Environment

To deactivate the currently active virtual environment, simply run:

deactivate

[SCRIPT]: convert_source_description

The python script in this folder converts a source description given in Word format from .docx to .json.

See HOW TO ... convert source-descriptions from WORD to JSON?

[SCRIPT]: compare_pdfs

The python script in this folder compares the pages of two pdfs and highlights any diffs.

See HOW TO ... compare two PDF files and highlight differences?

Repository structure

Visualization of the codebase