Generates logograms similar to the ones shown in the film "Arrival".
Check out the samples below, or try it yourself by clicking here
the only requirement is pillow
pip install pillow
just run logogram.py, you may specify a seed as the first argument
python run.py 200
I used this great stackexchange post as a starting point, added some new things and left out other stuff.
Released under the MIT License.