147 Commits

Author SHA1 Message Date
dependabot[bot]
7d66b07ad7
Bump tornado from 6.1 to 6.5.1
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.1 to 6.5.1.
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](https://github.com/tornadoweb/tornado/compare/v6.1.0...v6.5.1)

---
updated-dependencies:
- dependency-name: tornado
  dependency-version: 6.5.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-23 18:05:55 +00:00
E1ven
921998db0c
Merge pull request #60 from e1ven/2025-simple-updates
Update Robohash for modern Python, and to re-publish in Pypi
v2.0a
2025-03-15 16:35:01 -04:00
e1ven
0b241447a5 Update Robohash for PyPI republishing
Some users have asked for an updated version in PyPI, so I'm doing some minor cleanup.
No real functionality changes, just modernizing things that would be considered more
standard 10+ years after this code was written.

- Added note about maintenance mode in README
- Cleaned up Python 3 compatibility (removed Python 2 support)
- Added minimal test for image consistency
- Added Docker image + GitHub workflow to build/publish it
- Fixed some minor bugs and improved error handling
- Added better CLI help text

The project is now officially in maintenance mode as noted in the README.
2025-03-15 16:30:01 -04:00
E1ven
5fd27e18d3
Merge pull request #58 from ChrisFDev00/patch-1
Amend cat generator URL in readme
2024-11-06 19:46:59 -05:00
Chris
6018d4b389
Amend cat generator url in readme 2024-11-06 20:32:02 +00:00
Colin Davis
0e7b061ada
Merge pull request #53 from npellegrin/fix-pillow-deprecations
Migrate Image.ANTIALIAS to Image.LANCZOS to support Pillow>=10.0.0
2024-02-07 17:12:38 -05:00
Nicolas Pellegrin
8bf244914c Migrate Image.ANTIALIAS to Image.LANCZOS to support Pillow>=10.0.0 2023-07-09 21:49:07 +02:00
Robohash
cc3fd77d03 clarify 2022-11-04 14:46:02 -04:00
Robohash
9df91231a9 flatten after bgset 2022-11-04 14:31:20 -04:00
Robohash
2a3fc56a09 Fix extension parsing 2022-11-04 14:10:00 -04:00
Robohash
e04794dd87 hash 2022-10-25 13:54:17 -04:00
Username
d60a1c38fc Drop unneeded version restriction 2022-10-24 13:59:22 -04:00
Username
b5ee15f876 Fixes #52 2022-10-21 19:23:54 -04:00
Username
bc7037dfe8 RGBA fix 2022-10-21 00:11:35 -04:00
Username
47220128ba Copy Blank.png from 007 to 006 2022-10-20 23:57:31 -04:00
Username
44c4c503ee cleanup 2022-09-12 22:05:24 -04:00
Colin Davis
3dd2913343 Clarify that the backgrounds were created by Zikri 2020-09-16 16:11:30 -04:00
Colin Davis
d690273550 Merge pull request #42 from mrts/patch-1
Fix #41, UnicodeDecodeError during setup in Windows
2020-05-15 16:42:27 -04:00
Mart Sõmermaa
904934d090 Fix #41, UnicodeDecodeError during setup in Windows 2020-05-15 23:40:59 +03:00
Colin Davis
03ade66998 PNGcrush 1.1 2019-08-28 11:59:06 -04:00
Colin Davis
ac7e730ad5 Merge branch 'master' of github.com:e1ven/Robohash 2019-08-28 11:55:24 -04:00
Colin Davis
694485b5e5 pngcrush 2019-08-28 11:55:12 -04:00
Colin Davis
737fbd3d1f
Merge pull request #34 from Flimm/patch-1
Update example code to work in Python 3
2019-08-28 11:35:25 -04:00
David D Lowe
8ccf84a759
Update example code to work in Python 3 2019-08-21 14:18:38 +01:00
Colin Davis
8dbbf9e699 Move the avatars to the bottom 2019-04-09 18:24:01 -04:00
Colin Davis
4eb33e4d02 Fix set5 2019-04-09 17:37:06 -04:00
Colin Davis
b0b49207bd
Merge pull request #30 from simonfranz/master
added avataaars
2019-04-09 17:17:39 -04:00
Simon
0405a38311 Update Kurt.png
added transparency for "black glasses"
2019-03-04 22:23:15 +01:00
Simon
cf78e584c2 added some more variation to the glasses 2019-03-01 20:10:05 +01:00
Simon
8813c9db53 Removed blank images and added frackles
For not ending up that every person has a beard i've initially added multiple blank images. Because the images should be unique for one hash, multiple blank images would be against this. So I ended up adding frecckles, wrinkle and some minor details
2019-02-27 23:53:37 +01:00
Simon
270520a8ae added avataaars
Added the images from https://avataaars.com/ as single parts as "set5" and updated the docs.
2019-02-27 17:52:25 +01:00
Colin Davis
3653ef25f5
Merge pull request #27 from ofalk/master
Remove non-ascii chars from README.rst
2018-12-03 15:29:49 -05:00
Colin Davis
55cf464fd2
Merge pull request #26 from jedevc/master
Include set4 in package
2018-12-03 15:29:30 -05:00
Colin Davis
bb904862a8
Merge pull request #22 from Uncommon/commandline
Command line script
2018-12-03 15:29:07 -05:00
Colin Davis
697207178c
Merge pull request #28 from ofalk/remove-prints
Remove noisy prints
2018-12-03 15:26:47 -05:00
Oliver Falk
17eaeafb1b
Remove noisy prints 2018-12-03 17:19:54 +01:00
Oliver Falk
62e528ccdb
Remove non-ascii chars 2018-12-03 17:05:55 +01:00
Justin Chadwell
0b3fe353a7
Include set4 in package 2018-11-03 14:46:27 +00:00
David Catmull
803df338de Command line script 2018-01-11 22:27:54 -07:00
Colin Davis
e77d3e03ec Update Readme 2017-07-22 15:50:20 -04:00
Colin Davis
72bc80fc7d Add cats. 2017-07-22 15:10:41 -04:00
Colin Davis
4f25ef63c9 Update packaging information 2017-07-13 13:49:58 -04:00
Colin Davis
3ce6bde742 Merge pull request #15 from singingwolfboy/improve-setup-py
Project improvements!
2017-04-05 09:24:12 -04:00
David Baumgold
b679800f95 Reformat README 2017-03-20 10:00:07 -04:00
David Baumgold
a5e59331cf Improve setup.py 2017-03-20 10:00:04 -04:00
Colin Davis
87cc1bdf7b Remove the twitter/g+ js from the main page 2016-02-16 18:41:54 -05:00
Colin Davis
65dfb5b2b2 It looks like I wasn't specifying a cache header at all. I could have sworn I was. Woops. 2016-02-16 18:23:31 -05:00
Colin Davis
049fa5aabb Fix the sorting issue I thought was fixed years ago.
I've got to re-write this software someday :/
2015-09-02 03:00:32 -04:00
Colin Davis
63e9f3f69c package test 1.0 2013-12-04 16:15:01 -05:00
Colin Davis
a23faacfb0 Changed "import Image"->"from PIL import Image"
This is the preferred/more modern syntax, per the Pillow docs.
I had meant to commit this the other day, along with the requirements.txt change.
2013-10-29 02:33:44 -04:00