layout | title | nav_order | description | permalink |
---|---|---|---|---|
default |
Cell |
2 |
/cell |
The cells are alive!
[Get the last version of this software here](https://github.com/PythonForChange/Cell/blob/main/cell.py.
- Install pyforchange
pip install pyforchange
- Import cell in your python file
import pyforchange.cell
-
Enjoy!
-
Enjoy!
Create main.py
from pyforchange.cell import *
adress= "main"
n=20
main=Cell(adress,adress,0,n)
main.reproduction()
execute(main.newname)
Execute it.