An open API service indexing awesome lists of open source software.

https://github.com/praeclarumjj3/html_organizer

Code for organizing images in an HTML file using a tabular format.
https://github.com/praeclarumjj3/html_organizer

image-table python-html

Last synced: 11 months ago
JSON representation

Code for organizing images in an HTML file using a tabular format.

Awesome Lists containing this project

README

          

# HTML Oraganizer

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

## Contents
1. [Overview](#1-overview)
2. [Setup Instructions](#2-setup-instructions)

## 1. Overview

This repo contains the code for organizing images into a **tabular format** in a **HTML** file

## 2. Setup Instructions

- Clone the repo:

```shell
git clone https://github.com/praeclarumjj3/HTML_Organizer.git
cd HTML_Organizer
```

- Install dependencies:

```shell
pip3 install -r requirements.txt
```

- Put the images folder inside the `web` directory.

- Run the script to get an `web/index.html` file with images in a table:

```shell
sh create_html.sh
```

#### Demos

![Demo1](web/demo1.png)

![Demo2](web/demo2.png)