-2

Hi guys I want to know how to open an image from an image url. I want it to open just like how you open something that is on your pc.

1 Answers1

0

You could try this:

import webbrowser
webbrowser.open("https://url/img.jpg") #or file:///
whackamadoodle3000
  • 6,684
  • 4
  • 27
  • 44