input - Prompt User for image URL in python -


i have following code:

import requests stringio import stringio  responsel = requests.get(url) iml = image.open(stringio(responsel.content))  responser = requests.get(url) imr = image.open(stringio(responser.content)) 

i trying find way instead prompt user url image can input url image example photobucket or imgur. there way this?


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -