Metadata-Version: 2.4
Name: Code-Red
Version: 0.1.0
Summary: Fix hard-to-read color contrast issues in DOCX files automatically
Author: Jabez Gershon ALdrin
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: lxml
Requires-Dist: watchdog
Requires-Dist: colour

# DOCX Contrast Guard

Fixes hard-to-read color contrast issues in Word documents automatically.

## Features
- WCAG contrast enforcement
- Preserves original color tone
- Fixes runs and styles
- Prevents Word from reverting colors
- Optional folder watcher

## Install

pip install docx-contrast-guard

## Usage

contrast-guard --file my.docx

contrast-guard --watch
