DEV Community

Romain Dereu
Romain Dereu

Posted on

PSD Batch Editor

Hey all! I am sharing this new software that I have developed over the past couple of months.

I'm hoping it might help some people, and that some might be interested in helping me improve it. There are a lot of functionalities I would like to add so feel free to tell me what you would like to see in the software.

On the technical side, I started this project to try and implement some Design Patterns into my code and to get better at architecture building. This is also the first time I'm using QT (I used tkinter in my past GUI projects)

About this project

This program allows you to check PSD files and their information.
The following info can be checked:

・Size of the files in pixels
・Name of the files
・Layer names for each file
・Are there any hidden layers in the file

Under the hood

The application is written in Python and uses pyQT as a graphical interface. The main library I use is psd_tools for analyzing the data, and pandas to make it into a simple-to-handle array.

Exe version

The exe version for Windows can be downloaded here.
I will add a Linux version soon and eventually a Mac version once I get around using Virtual Mac machines.

Cheers!

Top comments (0)