has2k1 / paintnine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paintnine

Make lovely art with paintnine!

Paintnine uses plotnine to make generative art in Python.

Installation

You can install paintine from PyPI with:

python -m pip install paintnine

Example

import paintnine as pa9
square = pa9.get_square()
_ = pa9.grow_multipolygon(square, 15, 12)
pa9.show_multipolygon(_, fill = "#91a9ba", bgd = '#182f40')

About

License:MIT License


Languages

Language:Python 61.0%Language:Makefile 39.0%