Skip to content

WCAG Checker is an open-source tool designed to verify the compliance of websites and PDF files with the Web Content Accessibility Guidelines (WCAG). This project aims to assist developers and designers in ensuring that their websites and PDF documents are accessible to all users, including those with disabilities.

License

Notifications You must be signed in to change notification settings

9mtm/WCAG-Checker

Repository files navigation

WCAG Checker

Project Description

WCAG Checker is an open-source tool designed to verify the compliance of websites and PDF files with the Web Content Accessibility Guidelines (WCAG). This project aims to assist developers and designers in ensuring that their websites and PDF documents are accessible to all users, including those with disabilities.

Features

  • PDF Checking: Capability to upload and check PDF files for any violations of WCAG guidelines.
  • Website Checking: Analyze web pages to identify accessibility issues.
  • Detailed Reports: Provides comprehensive reports outlining elements that need improvement to meet accessibility standards.
  • User-Friendly Interface: Intuitive UI allowing users to easily check files and web pages.
  • Seamless Integration: Ability to integrate with existing development tools and streamline audit processes.

How It Works

  1. Upload PDF: Users can upload PDF files through the interface.
  2. Analyze Website: Users can input website URLs to analyze their accessibility.
  3. Get Reports: The tool generates detailed reports highlighting areas that need attention for better accessibility.
  4. Make Improvements: Users can follow the recommendations to enhance the accessibility of their content.

Contributions

We welcome contributions from the community. Whether you're a developer, designer, or someone passionate about accessibility, your input is valuable. Please feel free to open issues or submit pull requests.

Powered by

dieberater.com

Resources

Python Version

This project is built using Python 3. Ensure you have Python 3 installed before setting up this project.

Usage

Step-by-Step Setup

  1. Clone the repository:
    git clone https://github.com/yourusername/wcag-checker.git
    cd wcag-checker
    
    

2.Create a virtual environment:

python3 -m venv venv source venv/bin/activate # On Windows use venv\\Scripts\\activate

3.Install dependencies:

pip install -r requirements.txt

4.Run the application:

python app.py

License This project is licensed under the MIT License.

About

WCAG Checker is an open-source tool designed to verify the compliance of websites and PDF files with the Web Content Accessibility Guidelines (WCAG). This project aims to assist developers and designers in ensuring that their websites and PDF documents are accessible to all users, including those with disabilities.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published