Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 614 Bytes

Cell.md

File metadata and controls

43 lines (33 loc) · 614 Bytes
layout title nav_order description permalink
default
Cell
2
/cell

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
  1. Import cell in your python file
import pyforchange.cell
  1. Enjoy!

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