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.
            Asked
            
        
        
            Active
            
        
            Viewed 426 times
        
    1 Answers
0
            
            
        You could try this:
import webbrowser
webbrowser.open("https://url/img.jpg") #or file:///
 
    
    
        whackamadoodle3000
        
- 6,684
- 4
- 27
- 44
