Image to PDF converter
- 4 Devlogs
- 3 Total hours
I ma building a image to pdf converter. This is a thing which almost most of the people go and find at some point in there lives
I ma building a image to pdf converter. This is a thing which almost most of the people go and find at some point in there lives
Devlog - 4
I have finished the app. I know it took me way longer. I was adding a bit of things like I added you can’t click the convert button if there is no image(s) selected. I added warnings and errors which might cause the conversion to fail. I added a success message where when the file is converted and then it shows where it has been saved. I have made it to an exe file which makes it easier to use the app. The main time I spent was in debugging like when I turned into an app it gave me error saying the app required strings and not objects and that took me a while to figure out but at the end I did.
Devlog - 3
I have completed the UI of the app. I have improved it while keeping it simple to use. You can see the UI in the picture below. I have also added so that the user can choose where they want their pdf to be. Before it just saved it right next to the app file. You can see that also in the picture. I will be brainstorming more ideas what I can actually add more to this app to make it even more useful.
Devlog - 2
I have initialized the buttons and now I will be working on actually making the software select the images from the computer and use it in the software to actually convert it to a pdf. I will keep it posted. The basic version of the app is about to be done but I am thinking to add more things to it. Let’s see how it turns out!
Devlog - 1
Starting a new project and this one is like most of the people can use it. It is a image to pdf converter. I have been using many third party apps to do this but now I think I will make my own. I am using Python & Tkinter to make this converter. I have gotten the basic layout of the app down.