"If a worker wants to do his job well, he must first sharpen his tools." - Confucius, "The Analects of Confucius. Lu Linggong"
Front page > Programming > PSD Batch Editor

PSD Batch Editor

Published on 2024-11-08
Browse:105

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!

Release Statement This article is reproduced at: https://dev.to/rdereu/psd-batch-editor-246e?1 If there is any infringement, please contact [email protected] to delete it
Latest tutorial More>

Disclaimer: All resources provided are partly from the Internet. If there is any infringement of your copyright or other rights and interests, please explain the detailed reasons and provide proof of copyright or rights and interests and then send it to the email: [email protected] We will handle it for you as soon as possible.

Copyright© 2022 湘ICP备2022001581号-3