Flask Simple Image Gallery Save

Online service using filesystem as backend

Project README

Introduction

This simple Flask application make easy to publish a gallery of images contained in a directory. Use the unix modification time to order images with the most recent to the top.

WARNING: this is a proof of concept it's not secure at all!

In order to test it you can install the dependencies using pip

$ pip3 install -r requirements.txt

The images must be in a directory pointed by GALLERY_ROOT_DIR settings.

To test the web application you can do something like this:

$ python app.py path/to/images

and visit http://localhost:8000.

Open Source Agenda is not affiliated with "Flask Simple Image Gallery" Project. README Source: gipi/flask-simple-image-gallery
Stars
49
Open Issues
4
Last Commit
11 months ago

Open Source Agenda Badge

Open Source Agenda Rating