Skip to content

A program for generating simple HTML picture libraries/galleries.

License

Notifications You must be signed in to change notification settings

kioydiolabs/imgal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo

You can preview a demo of the galleries you can create with Imgal here.

Usage

To create a photo library with imgal, follow the instructions below.

Before running the script, you need to install the python library "Pillow".

pip3 install Pillow
  1. Create a folder, and inside, download and extract the imgal-builder.zip file. Do not delete the templates folder.
  2. Place all the pictures you want to include in the photo library in a folder, with no other files.
  3. Open your terminal, and run the imgal-builder.py file.
  4. Follow the instructions. In the last step, enter the full path of the directory where the images are stored.

Your library has now been created! You should find all the files in the directory where the images were stored.

instructions.mp4