Windows Gui Frontend

Grant Edwards grant.b.edwards at gmail.com
Sat Apr 1 18:22:50 EDT 2023


On 2023-04-01, Thomas Passin <list1 at tompassin.net> wrote:

> Having worked with both, I'd rather use PyQt, although Tk might be 
> easier to get a toy app going with.  Both editing windows and packing 
> are easier for me to understand with PyQt, for one thing.

With tk it is _very_ easy to get small apps going. As the apps get
larger and more complex, I find it easier to use wxPython or pyGTK
(never tried pyQt).  However, if you want to package that small app
using cxfreeze (or whatever) tk tends to produce pretty large bundles
compared to others.

--
Grant




More information about the Python-list mailing list