diff --git a/main.exe b/ImageToPdf.exe
similarity index 97%
rename from main.exe
rename to ImageToPdf.exe
index 94d4f28..3bbd636 100644
Binary files a/main.exe and b/ImageToPdf.exe differ
diff --git a/README.md b/README.md
index 4e0933f..bbed15d 100644
--- a/README.md
+++ b/README.md
@@ -11,8 +11,7 @@
By setting up a folder like it will be shown later in this document the script sort all photos following alphanumerical order and putting
all the files in the same folder( ImageToPdf ).
This is helpful when you want to put together large amounts of pictures stored in different folders and you want to preserv the order between all the items like a comic downloaded in separate chapters and images.
-Convert to pdf uses this schema for generating the pdf. Meanwhile its not active you can just upload the sorted photos to
-an unlimited length online pdf converter.
+Convert to pdf uses this schema for generating the pdf.
@@ -30,29 +29,30 @@ all the files in the same folder( ImageToPdf ).
* PRECONDITIONS
* The main folder you will put in the path should have at least one folder with the images. ( The hierarchy must be : folder->folder/s->images)
- * For converting to Pdf you must have a folder named ImageToPdf in your path folder.
+ * For converting to Pdf you must have a folder named ImageToPdf in your path folder or you should have executed Organize pics before.
-1. Place the full path of the folder that stores all the photos:
-
-
-![folder](/media/folder_change.png)
+1. Donwload the project and unzip it.
-2. Save the changes in the file.
+2. Open the executable ImageToPdf.exe
-3. Run the script by typing python main.py in the command prompt (only one of those):
->python main.py
+3. Click on OrganizePics.
+![](/media/main_menu.png)
->python3 main.py
+4. Now select the folder where the folders of imnages are stored
+by clicking on "Browse" (1) and when you´re done just click on "Organize". (2)
+![](/media/organize_pics_menu.png)
-
-4. Enter the number of the option you want to execute in the command prompt :
-
+5. Now you can generate the Pdf by going to the main menu pressing "Back" and then ImageToPdf.
-![functions](/media/current_functions.png)
+![](/media/main_menu.png)
+
+6. Its Done ! The Pdf will be stored in the folder you selected before.
+
+
## Tech usage
@@ -70,12 +70,13 @@ of preordered folders and files but this doesn`t match the order that the OS has
- To generate the Pdf i worked with the PIL library for python.
+- The GUI was made using SimpleGUI Python and exents the user to modify code manually and opened the chance to just need the executable and don´t worry about dependencies.
+
## Upcoming features
-1. Graphic interface for selecting folder and options with SIMPLEGUI
-2. Local compression of pdfs
+1. Local compression of pdfs
diff --git a/media/main_menu.png b/media/main_menu.png
new file mode 100644
index 0000000..b08fbbe
Binary files /dev/null and b/media/main_menu.png differ
diff --git a/media/organize_pics_menu.png b/media/organize_pics_menu.png
new file mode 100644
index 0000000..b55f44f
Binary files /dev/null and b/media/organize_pics_menu.png differ