An open API service indexing awesome lists of open source software.

https://github.com/theteacat/rule90-tkinter

A simple ~200 line Python script I wrote in 2016 for visualising rule 90.
https://github.com/theteacat/rule90-tkinter

cellular-automata python python-script python3 rule90 tkinter tkinter-canvas tkinter-gui tkinter-python visualisation visualization

Last synced: 12 months ago
JSON representation

A simple ~200 line Python script I wrote in 2016 for visualising rule 90.

Awesome Lists containing this project

README

          

# rule90-tkinter

A simple ~200 line Python script I wrote in 2016 for visualising [rule 90](https://en.wikipedia.org/wiki/Rule_90).

I had another one that did Conway's game of life somewhere, but I can't find it at the moment. Maybe it'll appear here one day...

## Usage

```
python3 r90.py
```

A wild GUI appeared!

![An example image showing the GUI](./usage.png)