This repo contains the code for organizing images into a tabular format in a HTML file
- Clone the repo:
git clone https://github.com/praeclarumjj3/HTML_Organizer.git
cd HTML_Organizer- Install dependencies:
pip3 install -r requirements.txt-
Put the images folder inside the
webdirectory. -
Run the script to get an
web/index.htmlfile with images in a table:
sh create_html.sh
