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.
- Host: GitHub
- URL: https://github.com/praeclarumjj3/html_organizer
- Owner: praeclarumjj3
- License: mit
- Created: 2021-04-26T21:09:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T11:30:54.000Z (about 5 years ago)
- Last Synced: 2025-03-11T23:36:34.324Z (over 1 year ago)
- Topics: image-table, python-html
- Language: Python
- Homepage:
- Size: 1.95 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTML Oraganizer
[](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

