yruen / Texture-Filterer

A collection of Python scripts to organize texture dumps in various ways
MIT License
2 stars 0 forks source link

Add progress bar for hashing progression #12

Closed yruen closed 2 years ago

yruen commented 2 years ago

Currently there's only a parameter to toggle on or off what image is being processed

yruen commented 2 years ago

Easy to implement: https://tqdm.github.io/

yruen commented 2 years ago

tqdm was implemented in #34 but it doesn't run all the way through (since not all images are duplicates)