![Notice, this repository was mirrored to here from Github](https://m1s5.c20.e2-5.dev/files/images/mirror-notice.svg) ImageList ========= Script that lists all images from a directory in a html page. ### Usage Make the script executable `chmod a+x ImageList.py` `$ ./ImageList.py _path_to_directory_` ### Example output ![](https://raw.github.com/wiki/mficner/ImageList/files/example.png) ## Dependency * PIL - [Python Image Library](http://www.pythonware.com/products/pil)