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.
- 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.
- Upload PDF: Users can upload PDF files through the interface.
- Analyze Website: Users can input website URLs to analyze their accessibility.
- Get Reports: The tool generates detailed reports highlighting areas that need attention for better accessibility.
- Make Improvements: Users can follow the recommendations to enhance the accessibility of their content.
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.
- Codepen: PDF Accessibility Checker Template
- Codepen: Flexbox Sidebar Layout
- Codepen: Accessible SVG Icons
This project is built using Python 3. Ensure you have Python 3 installed before setting up this project.
- 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.