Skip to content

isabelizimm/paintnine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published