Metadata-Version: 2.2
Name: Brand_Peeker
Version: 0.2.1
Summary: A python library that allows you to scrape information about a brand, such as its logo or website
Home-page: https://github.com/GazButane/Brand_Peeker
Author: Gaz_Butane
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: asgiref==3.8.1
Requires-Dist: beautifulsoup4==4.13.3
Requires-Dist: certifi==2025.1.31
Requires-Dist: charset-normalizer==3.4.1
Requires-Dist: django-googlesearch==0.2
Requires-Dist: idna==3.10
Requires-Dist: lxml==5.3.1
Requires-Dist: requests==2.32.3
Requires-Dist: soupsieve==2.6
Requires-Dist: sqlparse==0.5.3
Requires-Dist: typing_extensions==4.12.2
Requires-Dist: urllib3==2.3.0
Requires-Dist: validators==0.34.0
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

<img src="https://github.com/user-attachments/assets/a70f0e77-6be6-45fe-9501-986f79ddf147" alt="badge" width="80%"/>

<img alt="GitHub License" src="https://img.shields.io/github/license/GazButane/Brand_Peeker?style=for-the-badge"> <img alt="PyPI - Version" src="https://img.shields.io/pypi/v/Brand-Peeker?style=for-the-badge"> <img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/t/GazButane/Brand_Peeker?style=for-the-badge">


### Brand Peeker is a python library that allows you to scrape information about a brand, such as its logo or website.


## Currently available features:

1. Download favicon from url
2. Get the root url of a website
3. Get url from web browser query
4. Get icon from web browser query

## Installation:
```bash
   pip install Brand-Peeker
   ```


## Try this library:
To test the different existing features, clone the repo and run:
```bash
   python3 tryBrandPeeker.py
   ```
This script will display a menu with the different features available

![demo](https://github.com/user-attachments/assets/add153e4-a7ef-49d7-a620-0bc1d6ae4d01)
