Link Search Menu Expand Document

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)

  1. Install pyforchange
    pip install pyforchange
    
  2. Import cell in your python file
    import pyforchange.cell
    
  3. Enjoy!

  4. 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.