Metadata-Version: 2.4
Name: cautom
Version: 1.1.0
Summary: Highly customisable cellular automaton visualiser
Author: Shiyuan Chen
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: rich>=13.0.0

Simple experiments with cellular automaton. Currently a customisable implementation of conways' game of life; will hopefully include interacive rule setting and beyond directly adjacent neighbour monitoring, along with more interesting visuals.

**Install:**

Homebrew:

```
brew tap Shiyuan-Chen-17/cautom
brew install cautom
```

Pip:

```
pip install --upgrade pip
pip install cautom
```
