(Almost) unique identicons - Based on SHA-1 and inspired by folded paper.
This program is written in Python 3.6.
Requirements are listed in requirements.txt and can be installed with Pip:
cd origamicon
pip install -r requirements.txt
The web app can be started by executing app.py
inside the origamicon folder:
python app.py
Origamicons can be requested directly using URL parameters, e.g. localhost:5000/mailea
The avatar generator can also be used as a command line tool:
python generator.py
To see the web app in action, click here.