Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 811 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 811 Bytes

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.