Skip to main content

A package to process PDFs for testing colorblind accessibility.

Project description

colorblind_pdf

PyPI Python Version License Downloads Issues Pull Requests

colorblind_pdf is a tool designed to test the accessibility of PDF documents for individuals with color vision deficiencies. It processes PDFs to simulate how the contained images would appear to someone with various types of color vision deficiencies, such as deuteranopia, protanopia, and tritanopia.

Installation

To install colorblind_pdf, use pipx for an isolated installation:

pipx install colorblind_pdf

Usage

To use colorblind_pdf, provide the path to the PDF you want to process, the output directory, and specify the type of color deficiency simulation. For example:

colorblind_pdf my_document.pdf -o output_directory -d deuteranopia -d protanopia

This command will process my_document.pdf for deuteranopia and protanopia, and saving the resulting PDFs in output_directory.

Default values

-o: current directory ('.')

-d: all deficiencies ('all')

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request on our GitHub repository.

License

Distributed under the MIT License. See LICENSE for more information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

colorblind_pdf-0.1.0.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

colorblind_pdf-0.1.0-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page