Skip to content

benwebber/invadicons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Invadicons

Invadicons are 8-bit avatars that look kind of like Space Invaders.

This is an open-source clone of Gravatar's retro avatars, written in Python. Invadicons are served by a Flask app.

Examples

These are some of the invadicons you get when you hash 00000000000000000000000000000000 repeatedly.

11ac68eee8398ae00e9f6b11b22f7efd 125a98d55e6aa3b1621f0c73554ec38d dff5a32d020cd482320a7d7ef3dde23c

Usage

Request an invadicon by passing an MD5 hash to the application. Invadicons are served as PNG or SVG files. The default format is PNG, and the default size is 100px by 100px.

PNG

Optionally specify the .png suffix, or a size in pixels.

http://invadicons.example.org/11ac68eee8398ae00e9f6b11b22f7efd
http://invadicons.example.org/11ac68eee8398ae00e9f6b11b22f7efd.png
http://invadicons.example.org/11ac68eee8398ae00e9f6b11b22f7efd?size=128

SVG

Specify the .svg suffix.

http://invadicons.example.org/11ac68eee8398ae00e9f6b11b22f7efd.svg

About

👾 They came from outer space!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages