Skip to content

akashdevav/Favicon_hash_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A easy way to calculate and generate the favicon hash value.

Setup installation:

  • git clone https://github.com/akashdevav/Favicon_hash_calculator.git
  • cd /Favicon_hash_calculator
  • pip3 install -r requirements.txt
  • chmod +x setup.sh
  • ./setup.sh

Tool Usage:

  • Without running the setup.sh by git clone and directly use the tool within the directory -> python3 favhashgen.py -u [https://example.com/favicon.ico]
  • After running the setup.sh by access the tool anywhere in the termial -> favhashgen -u [https://example.com/favicon.ico]