<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <br>
    Hi Hilaire,<br>
    <br>
    In my opinion, the simplest GUI you can take inspiration from is Tk.<br>
    <br>
    The only layout manager you need is "pack", it is simple, universal<br>
    and let you do basically all you need. Also, it is the same idea it
    is <br>
    used in HTML and borrowed by several others systems. <br>
    <br>
    I sold software in Tk (20 years ago). the GUI was dynamic, in the <br>
    sense that it was changing depending on the problem at hand. <br>
    <br>
    GUI programming requires leg work. Making a bare bone interface that
    e.g. does<br>
    not scale on windows size, VB style, is pretty straightforward, but
    it is also indecent.<br>
    It is on details that the hard (tedious) work will start.<br>
    <br>
    My 2 cents. Don't try to make it too easy, or you will loose the
    amount<br>
    of flexibility required to make a good looking interface.<br>
    <br>
    bye<br>
    Nicola<br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 10/9/21 11:33 AM, Hilaire Fernandes
      via Cuis-dev wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:d02e2df3-3afd-6ee1-610c-4343e40a21b3@drgeo.eu">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <p><font size="+1">Came to see these, Python based, searching for
          the same objective of simplicity in GUI construction:<br>
        </font></p>
      <p><font size="+1"><a class="moz-txt-link-freetext"
            href="https://github.com/PySimpleGUI/PySimpleGUI"
            moz-do-not-send="true">https://github.com/PySimpleGUI/PySimpleGUI</a></font><br>
      </p>
      <pre class="moz-signature" cols="72">-- 
GNU Dr. Geo
<a class="moz-txt-link-freetext" href="http://drgeo.eu" moz-do-not-send="true">http://drgeo.eu</a>
<a class="moz-txt-link-freetext" href="http://blog.drgeo.eu" moz-do-not-send="true">http://blog.drgeo.eu</a></pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
    </blockquote>
    <br>
  </body>
</html>