From a82fcf6b284ca5e83b79baca3a9ab925c5aafa84 Mon Sep 17 00:00:00 2001 From: tsi-billypom Date: Fri, 28 Mar 2025 09:17:38 -0400 Subject: [PATCH] auto --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 426fdcc..48cd86f 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,13 @@ run python3 main.py ``` ## Editing the UI -i use Qt Designer, so download that if you want to try editing the UI. good luck ___ +i use Qt Designer, so download that if you want to try editing the UI. good luck ```bash # generate python ui from qt designer .ui file pyuic5 ui.ui -o ui.py +# shell script to do the same thing +./create_ui.sh ``` ## Config ___