imageme icon indicating copy to clipboard operation
imageme copied to clipboard

A super simple image gallery server

Results 7 imageme issues
Sort by recently updated
recently updated
newest added

How to recreate: 1. Have a folder with a utf8 name 2. Start imageme 3. It'll output garbage for the folder name

- Add folders containing images recursively (discard zero-images folders) - Add `utf-8` to support other languages, and slightly modified `SimpleHTTPServer.py`

Current approach when .html files are generated at start - is suitable only for static galleries. I'd like to be able to start the gallery script once and add/remove folders...

Hi! Awesome script! It saved me when my girlfriend forgot an external HD and she wanted to access some photos. There's a thing though: if a folder or several folders...

Hi! I'm looking for a tool to create a web page of tiled images from ~50 image urls like this one: https://s3-media2.fl.yelpcdn.com/bphoto/CziITPxGSr1xDoBmHbZ7Tw/o.jpg. Do you think there's a simple way to...

Ideally the image tables should present rows of images which consume the full _width_ of the cells, are 1/n of the width of the table wide (already the case), and...

enhancement

HTML code in strings in the Python isn't ideal - better would be to use a very basic templating engine (only requirement is that it uses standard Python only), or...

enhancement