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