A Python library that audits brand consistency for any website
Project description
๐ BrandAudit
A Python library that audits brand consistency for any website โ colors, fonts, tone of voice, and more.
๐ What It Does
Give BrandAudit a URL and it returns a full brand audit:
- ๐จ Colors โ extracts brand colors from CSS and images
- ๐ค Fonts โ detects fonts used across the website
- ๐ฃ๏ธ Tone โ analyzes voice and messaging consistency (coming soon)
- ๐ Score โ gives a brand consistency score out of 100 (coming soon)
- ๐ Report โ exports a PDF or HTML report (coming soon)
๐ฆ Installation
pip install -r requirements.txt
โก Quick Usage
import brandaudit
# Audit a website
result = brandaudit.audit("https://nike.com")
# See the colors found
print(result["visual"]["colors"])
# See the fonts found
print(result["visual"]["fonts"])
๐ Project Structure
brandaudit/
โ
โโโ brandaudit/
โ โโโ __init__.py # Main entry point
โ โโโ visual.py # Module 1: Colors & Fonts
โ โโโ voice.py # Module 2: Tone of Voice (coming soon)
โ โโโ social.py # Module 3: Social Media (coming soon)
โ โโโ report.py # Module 4: Scoring & Reports (coming soon)
โ
โโโ tests/
โ โโโ test_visual.py
โ
โโโ requirements.txt
โโโ README.md
๐งฉ Modules
| Module | Status | Description |
|---|---|---|
visual.py |
โ Ready | Color & font extraction |
voice.py |
๐ Coming soon | Tone of voice analysis |
social.py |
๐ Coming soon | Social media consistency |
report.py |
๐ Coming soon | Scoring & report export |
๐ Tech Stack
requestsโ fetch web pagesbeautifulsoup4โ parse HTMLPillowโ image processingcolorthiefโ dominant color extraction
๐ฉโ๐ป Author
Shaislamova โ Built with โค๏ธ for marketers and designers.
๐ License
MIT License โ free to use, modify, and share.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file brandaudit-0.1.0.tar.gz.
File metadata
- Download URL: brandaudit-0.1.0.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0rc2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4822cae20109e6ac885f08f3c5feabdeb8f98f7e6f0f34682fca553bba2d10f0
|
|
| MD5 |
256ffda6d220ca13f58feb8c85be4552
|
|
| BLAKE2b-256 |
62196d46af3512ff18ed9bbe4ba8e2c4516e8d88666f2777b9d4e23be92f4090
|
File details
Details for the file brandaudit-0.1.0-py3-none-any.whl.
File metadata
- Download URL: brandaudit-0.1.0-py3-none-any.whl
- Upload date:
- Size: 14.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0rc2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03412446075bd8a10b33615d26667e12b5c56158b12950c4dbdf33ddac050f92
|
|
| MD5 |
a88d87af59321e94c01bff4109957bab
|
|
| BLAKE2b-256 |
0f75204b25fbb0353f44b51c89a2fedc5170065f24ad35886184dcccb95386c1
|