<div dir="ltr"><div class="gmail_default" style="font-family:monospace;font-size:large">Hi Nicola,</div><div class="gmail_default" style="font-family:monospace;font-size:large">I agree. In fact, I still really love Tk.</div><div class="gmail_default" style="font-family:monospace;font-size:large">I think it has the perfect balance of features / simplicity.</div><div class="gmail_default" style="font-family:monospace;font-size:large">I can recall the day I found out that Python's IDLE was built entirely using Tk ðŸ˜¯</div><div class="gmail_default" style="font-family:monospace;font-size:large">Cheers</div><div class="gmail_default" style="font-family:monospace;font-size:large"><br></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><b><font size="2">Ignacio Sniechowski</font></b><b><br></b></div><div><br></div><div><b><br></b></div><div><br></div><div><b></b></div><div><b><br></b></div><div><b><br></b></div><div><b><br></b></div><div><b><br></b></div><div><b></b><br></div><b><div><b><br></b></div><div><b><br></b></div><div><b><br></b></div><br></b><b><br></b><b><br></b><div><br><br><div style="text-align:left"><br></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Oct 9, 2021 at 9:24 AM Nicola Mingotti via Cuis-dev <<a href="mailto:cuis-dev@lists.cuis.st">cuis-dev@lists.cuis.st</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
  
    
  
  <div>
    <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>On 10/9/21 11:33 AM, Hilaire Fernandes
      via Cuis-dev wrote:<br>
    </div>
    <blockquote type="cite">
      
      <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 href="https://github.com/PySimpleGUI/PySimpleGUI" target="_blank">https://github.com/PySimpleGUI/PySimpleGUI</a></font><br>
      </p>
      <pre cols="72">-- 
GNU Dr. Geo
<a href="http://drgeo.eu" target="_blank">http://drgeo.eu</a>
<a href="http://blog.drgeo.eu" target="_blank">http://blog.drgeo.eu</a></pre>
      <br>
      <fieldset></fieldset>
    </blockquote>
    <br>
  </div>

-- <br>
Cuis-dev mailing list<br>
<a href="mailto:Cuis-dev@lists.cuis.st" target="_blank">Cuis-dev@lists.cuis.st</a><br>
<a href="https://lists.cuis.st/mailman/listinfo/cuis-dev" rel="noreferrer" target="_blank">https://lists.cuis.st/mailman/listinfo/cuis-dev</a><br>
</blockquote></div>