Hafizmuhammadajmallatif/gdpr-checker-cli
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# 🛡️ UK GDPR Compliance Checker CLI Tool This is a simple command-line tool built with Python that checks small business websites for basic UK GDPR compliance. ## ✅ Features - HTTPS check - Privacy Policy link detection - Cookie banner detection - Security headers inspection - Beautiful CLI output using `rich` ## 🚀 Usage ```bash python3 checker.py When prompted, enter a domain like: gov.uk 📦 Requirements Python 3 pip install -r requirements.txt