Creates an index.html in the directory with an <img> tag to show each local image file. python code example
Example: how to add image in html from a folder
|-> myhtmlfiles
|-> index.html
|-> images
|-> my_image.jpg
<img src="../images/my_image.jpg">