PYTHON İMAGE RESMİ GÖSTERME

İlk derslerimizden python da resim ekleme resim açma kodunu yazdık..

from PIL import Image
# Load an image
img = Image.open('D:/pyton/proje1/resim1.jpg')
# Display the image
img.show()