fractale/main.py

5 lines
97 B
Python
Raw Normal View History

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