this is a simple python program that generates the output of different rules from Stephen Wolfram's 1D cellular automata. You can read more about them in his book, .
As of now, only a manual installation is available.
git clone https://github.com/Apollo-XIV/wolfram.git
cd wolfram
pip install -r requirements.txt .
thats it! you can now use the program.
Usage: wolfram [OPTIONS] [RULE]
Options:
--lines INTEGER the number of generations to run
--width INTEGER The width of the environment to use
--align [left|centre|right] Where to place the initial cell
--help Show this message and exit.