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

jquery - How do you format the date used in the popover widget title of FullCalendar? -

Bubble Sort Manually a Linked List in Java -

asp.net mvc - SSO between MVCForum and Umbraco7 -