Geo-Painting / main.py
datt30
first approach
739e183
raw
history blame
204 Bytes
from geo_painting import GeoPainting
from PIL import Image
new_geo_painting = GeoPainting()
image = Image.open("sparkgeo_logo.png")
new_geo_painting.generate_painting("rivers with lakes and sand", image)