Metadata-Version: 2.3
Name: pyscail
Version: 0.0.11
Summary: A package that helps build cellular automata
Project-URL: Homepage, https://github.com/ribhuhooja/pyscail
Project-URL: Issues, https://github.com/ribhuhooja/pyscail/issues
Author-email: Ribhu Hooja <ribhu.hooja.27@dartmouth.edu>
License-File: LICENSE
Keywords: cellular automata,game of life
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Requires-Dist: pygame
Description-Content-Type: text/markdown

# pyscail

**pyscail** is a package for creating cellular automata. It allows you to specify the
allowed states, and the transitions between them, and does everything else for you

## Installation

You need to have python (>= 3.11) installed on your system. Once you have that,
you can:

```bash
pip install pyscail
```

(or `pip3`, depending on your system)

## Usage

## Demos
