Textures from the Web

Python includes a number of web-oriented modules.

With a combination of the urllib2, StringIO, and Image modules, one can load an image from the web to a texture.

Example: texURL.py