You are browsing as a guest. Sign up (or log in) to start making projects!

Zynx

  • 1 Devlogs
  • 7 Total hours

An app that converts an image's file type to the desired one.

Ship #1 Pending review

So Zynx is an image converter app that works offline. The tough part was getting the UI right, as it took me around 5 hours to complete all the UI work. It wasn’t that I got too many errors; it was rather that the visual looks that mattered. On the positive side, I am proud that the app has a nice visual appeal to it, and of course that it works. So there isn’t much to know to test this app, just check the requirements.txt if you are using the repo. Nothing else.

  • 1 devlog
  • 7h
Try project → See source code →
Open comments for this post

6h 43m 2s logged

Complete app

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..

0
0
5

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…