renamed script and added attribution

This commit is contained in:
2024-07-06 12:15:03 +02:00
parent ed7623b6b4
commit 4a19479760
5 changed files with 25 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# generate_html.py
# Static Gallery Website Builder (SGWB)
`generate_html.py` is a Python script designed to generate static HTML files for hosting images on a web server. It traverses a specified root directory, creates thumbnail previews for images, and generates corresponding HTML files to display the images and subfolders in a user-friendly format.
`static_gallery_website_builder.py` is a Python script designed to generate static HTML files for hosting images on a web server. It traverses a specified root directory, creates thumbnail previews for images, and generates corresponding HTML files to display the images and subfolders in a user-friendly format.
## Features