Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 388 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 388 Bytes

cppn-art

Creating abstract art images with CPPNs

you need

  • python3

packages:

  • numpy
  • matplotlib
  • pillow
  • jupyter

install for instance with

python3 -m pip install --user numpy matplotlib pillow jupyter

I also recommend to install the extensions: jupyter contrib nbextensions. See instructions on that page