You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -54,11 +54,16 @@ When creating an issue, please provide as much information as possible, includin
54
54
Contributions are always appreciated, but please keep in mind the following:
55
55
- Before coding new features, try to make an issue to see if the idea/implementation needs any tweaking, or is out of scope
56
56
- 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)
57
62
58
63
59
64
### Technologies:
60
65
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.
62
67
-**[Hatch](https://github.com/pypa/hatch)** - Modern project management tool for Python.
63
68
-**[UV](https://github.com/astral-sh/uv)** - An extremely fast Python package and project manager, written in Rust.
64
69
-**[PyInstaller](https://github.com/pyinstaller/pyinstaller)** - Tool to convert Python programs into standalone executables.
0 commit comments