1

I am new to python and am trying to show an image from URL using python but I am not able to find any possible solution for this , why my image is not displaying , here is my code

image = Image.open("https://images.news18.com/ibnlive/uploads/2019/03/nirav-modi.jpg")
photo = ImageTk.PhotoImage(image)  

0 Answers0