arrrlo / Google-Images-Search

[PYTHON] Search for image using Google Custom Search API and resize & crop afterwards
MIT License
176 stars 34 forks source link

GSImage: add __eq__() and __hash__() methods #174

Open altbrace opened 6 months ago

altbrace commented 6 months ago

for easy object comparison by image URL.

Usable for removing duplicates using Python builtin methods and many more.