Skip to content

Commit 626b08b

Browse files
Update README.md
1 parent e666f10 commit 626b08b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## UE4SS Installer GUI
22

3-
This is a gui installer/manager for [UE4SS](https://github.com/UE4SS-RE/RE-UE4SS).
3+
This is a gui installer/manager for [UE4SS](https://github.com/UE4SS-RE/RE-UE4SS).\
44
UE4SS consists of an injectable LUA scripting system, SDK generator, live property editor, other dumping utilities for UE4/5 games and more.
55

66

@@ -9,7 +9,7 @@ UE4SS consists of an injectable LUA scripting system, SDK generator, live proper
99

1010

1111
### Project Example:
12-
<img src="https://github.com/user-attachments/assets/b3716580-c31c-4691-8ec6-7c4299a9f83e" alt="example" width="50%" height="50%">
12+
<img src="https://github.com/user-attachments/assets/f6a0ec21-4ee3-4f52-8eeb-2b79cafddf98" alt="example" width="50%" height="50%">
1313

1414

1515
### Features:
@@ -54,11 +54,16 @@ When creating an issue, please provide as much information as possible, includin
5454
Contributions are always appreciated, but please keep in mind the following:
5555
- Before coding new features, try to make an issue to see if the idea/implementation needs any tweaking, or is out of scope
5656
- Please make sure all code submissions pass all pre-commit checks
57+
- If you're interested in adding new localization, it's as simple as, you can copy, paste, and rename the en.json in both locations, translate, and submit
58+
59+
60+
### Credits
61+
Inspired by [MelonLoader.Installer](https://github.com/LavaGang/MelonLoader.Installer)
5762

5863

5964
### Technologies:
6065

61-
- **[DearPyGUI](https://github.com/Textualize/textual)** - Framework for creating TUI (Text User Interfaces) with Python.
66+
- **[DearPyGUI](https://github.com/hoffstadt/DearPyGui)** - Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies.
6267
- **[Hatch](https://github.com/pypa/hatch)** - Modern project management tool for Python.
6368
- **[UV](https://github.com/astral-sh/uv)** - An extremely fast Python package and project manager, written in Rust.
6469
- **[PyInstaller](https://github.com/pyinstaller/pyinstaller)** - Tool to convert Python programs into standalone executables.

0 commit comments

Comments
 (0)