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
Post a Comment