From 9b4f30d03088f9186c58827be59cc86904a279f1 Mon Sep 17 00:00:00 2001 From: sthivaios <109022579+sthivaios@users.noreply.github.com> Date: Sun, 5 May 2024 22:41:23 +0300 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f932da..3be234b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ### To create a photo library with imgal, follow the instructions below. -1) Create a folder, and inside, download and extract the imgal-builder.zip file. +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 or imgal-builder.exe file. 4) Follow the instructions. In the last step, enter the full path of the directory where the images are stored. From 33526a9af7bff40b6007a60a59b1baae6c64f0f1 Mon Sep 17 00:00:00 2001 From: sthivaios <109022579+sthivaios@users.noreply.github.com> Date: Sun, 5 May 2024 22:43:16 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3be234b..a1d1c40 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ### To create a photo library with imgal, follow the instructions below. -1) Create a folder, and inside, download and extract the imgal-builder.zip file. **Do not delete the templates folder.** +1) Create a folder, and inside, download and extract the [imgal-builder.zip](https://github.com/kioydiolabs/imgal/releases/latest) 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 or imgal-builder.exe file. 4) Follow the instructions. In the last step, enter the full path of the directory where the images are stored. From 8fa9ac979a9c496ce637b08de8ac2ddf2a846fde Mon Sep 17 00:00:00 2001 From: sthivaios <109022579+sthivaios@users.noreply.github.com> Date: Sun, 5 May 2024 22:55:22 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1d1c40..aa60931 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,14 @@ ### To create a photo library with imgal, follow the instructions below. +Before running the script, you need to install the python library "Pillow". +```shell +pip3 install Pillow +``` + 1) Create a folder, and inside, download and extract the [imgal-builder.zip](https://github.com/kioydiolabs/imgal/releases/latest) 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 or imgal-builder.exe file. +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.