This tool to search and check unused images on website resources by Python
You need below
- Python >= v3.9.X
- pt >= v2.2.X
Setup venv
python3 -m venv .venv
. .venv/bin/activate
Install python packages
pip install -r requirements.txt
python unused_image_checker.py {target site dir path} [is output as csv] [is debug mode]