This commit is contained in:
2024-07-06 12:25:09 +02:00
parent 4a19479760
commit d491a74308
2 changed files with 105 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
# Static Gallery Website Builder (SGWB)
`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.
`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