From d2d172fef55d041be71f65dc4e7b5c65f8eaffc3 Mon Sep 17 00:00:00 2001 From: Yohann MARTIN Date: Wed, 5 Apr 2023 20:08:56 +0200 Subject: [PATCH] Added community python implementation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 717e8b6..14e27f8 100644 --- a/README.md +++ b/README.md @@ -26,5 +26,6 @@ These additional implementations also exist outside of this repo: * Perl: https://github.com/mauke/Image-ThumbHash * PHP: https://github.com/SRWieZ/thumbhash * Ruby: https://github.com/daibhin/thumbhash +* Python: https://github.com/Astropilot/thumbhash-python _If you want to add your own implementation here, you can send a PR that puts a link to your implementation in this README._