Zynx
- 1 Devlogs
- 7 Total hours
An app that converts an image's file type to the desired one.
An app that converts an image's file type to the desired one.
So Zynx is a desktop image converter built with pyQt6 and pillow offline.
So first of all i started with making the converter logic work, i used Pillow to change the image type.So first of all I started with making the converter logic work. I used Pillow to change the image type. Basically, I used Image.open() to open the selected image and then image.save() to save it in the format that the user selected
After that, I started working on the UI. I used PyQt6 to make the buttons, dropdown menu and other parts of the app.
I added a small animation (just a bounce) that runs when the app successfully changes the image type.
The rest was just UI design, which wasn’t hard but took me the most amount of time.
And yh that’s it..