/arrival_logograms

A python script which generates logograms similar to the ones shown in the film "Arrival"

Primary LanguagePythonMIT LicenseMIT

Arrival Logograms

Generates logograms similar to the ones shown in the film "Arrival".

Check out the samples below, or try it yourself by clicking here

sample image

Usage

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

Description

I used this great stackexchange post as a starting point, added some new things and left out other stuff.

License

Released under the MIT License.