Skip to content

Creates a stylish HTML/CSS image gallery from a list of URLs. Typical use case: you scrape the URLs of some images and you want to visualize them.

Notifications You must be signed in to change notification settings

jabbalaci/Image-Gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Gallery

Creates a stylish HTML/CSS image gallery from a list of URLs.

Typical use case: you scrape the URLs of some images and you want to visualize them.

Live demo: here

Blog post: here

Usage

You can launch it directly (see gallery.py) or you can call it from your script as a module (see call_as_a_module.py). Collect the URLs in your script and pass them to the generate function.

Credits

This image gallery is based on another project called gallerize. gallerize works with local image files.

My image gallery works with remote files. My idea is that you have a list of image URLs (that you scraped for instance) and you want to visualize them without downloading them all first.

I reused the stylesheet of gallerize, so big thanks to Jochen Kupperschmidt for his great work.

About

Creates a stylish HTML/CSS image gallery from a list of URLs. Typical use case: you scrape the URLs of some images and you want to visualize them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages