From 8a2948f48787d860365407bff488ed7bbbc77f65 Mon Sep 17 00:00:00 2001 From: Mathias Berg Rosendal <77012503+Mathias157@users.noreply.github.com> Date: Sun, 22 Sep 2024 14:59:25 +0200 Subject: [PATCH] Geoset_maker_gui (#2) * Pseudocode for idea * First idea by chatgpt * Prepared for connection gui * Styling * Added click function * Made category id's * Made some nice formatting * Made output box * Made conditions * Made function to create line * Made json output * Preparing to store connection * Finished GUI functionalities * Made sure that you can differentiate between types of nodes * Tried the eel package for front end + python * Converted html to python GUI using EEL * Made eel dashboard (html/css/java front + python back) * Created java for resizing window to half of screen width and 60% height * example screen capture * Moved GUI to be part of pybalmorel * A residual placeholder function removed * Forgot to remove IncFile import as well --- environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yaml b/environment.yaml index f9e99ac..fc08f5f 100644 --- a/environment.yaml +++ b/environment.yaml @@ -26,4 +26,4 @@ dependencies: - pip - pip: - gamsapi[transfer]==45.0.0 - - pybalmorel==0.3.4 \ No newline at end of file + - pybalmorel==0.3.7 \ No newline at end of file