fractale/main.py
2019-02-25 18:06:03 +01:00

5 lines
97 B
Python

from PIL import Image
# Display the generated fractal
img = Image.open("fractal.png")
img.show()