from PIL import Image import url tj = 'http://www.cs.virginia.edu/~cs1112/images/tj.png' image = url.get_web_image( tj ) image.show()