Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0ff24e1

Browse filesBrowse files
authored
Update README.md
1 parent 5ce312c commit 0ff24e1
Copy full SHA for 0ff24e1

File tree

Expand file treeCollapse file tree

1 file changed

+12
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+12
-1
lines changed

‎gui_tool_example/README.md

Copy file name to clipboard
+12-1Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
# GUI tool example with Photoshop Scripting in Python
2-
![](https://i.imgur.com/6l3kXw8.png "Photoshop Bulk Image Resizer")
2+
![](https://i.imgur.com/6l3kXw8.png "Photoshop Bulk Image Resizer")
3+
4+
# Requiremments:
5+
- `Python 3.x`
6+
- `PyQt5: https://www.riverbankcomputing.com/software/pyqt/download5`
7+
- `http://www.pyinstaller.org/`
8+
9+
# Convert .ui to .py with pyuic5
10+
- `pyuic5 <path to resizer_ui.ui> -o <outputpath to resizer_ui.py>`
11+
12+
# Compile the app to executable using pyInstaller
13+
- `pyinstaller <path to appplication main app.py>`

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.