#L1 Builder
The purpose of this script is to allow someone who has a set of images under an img folder and that follow a sequence to convert that into html pages that are linked in that order.
Example: img/1.png img/2.png img/3.png
Would generate:
index1.html
index2.html
index3.html
Each one of the index files has an anchor tag that surrounds the image and on click will take you to the next one.
###Whats the catch?
You need to have the following file/folder structure
- makeElOne.py (file)
- www (folder)
- img (folder)
Thats it!
##How to use? Download or fork the contents of this repository. Puth the makeElOne.py file next to the www folder of your application. The generated index files will go under the www folder. Enjoy!