satyarth / elementary-ca

Python script to generate images of elementary cellular automata.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elementary-ca

Python script to generate images of elementary cellular automata.

The first row along with the left and right edges are seeded randomly.

Example:

python3 elementary-ca.py [options]

Example

Command line arguments

  • -x : Sets the width of the output. (default: 322px)
  • -y : Sets the height of the output. (default: 322px)
  • -r : Sets the rule number. See Wolfram MathWorld for details.
  • -o : Sets the name of the output file. "out.png" by default.
  • -s : Scales the output by an integer factor. 1 by default.

About

Python script to generate images of elementary cellular automata.


Languages

Language:Python 100.0%