Windows Gui Frontend

Thomas Passin list1 at tompassin.net
Sat Apr 1 17:33:16 EDT 2023


On 4/1/2023 5:11 PM, Barry Scott wrote:
> 
> 
>> On 1 Apr 2023, at 18:47, Igor Korot <ikorot01 at gmail.com> wrote:
>>
>> I suggest going with wxPython/wxGlade.
> 
> I ported all my wxPython code to PyQt and have not regretted it.
> 
> wxPython was (its been a while so may not be an issue now) far to
> hard to make consistent across OS, my apps run on Linux, macOS and Windows.
> I found that PyQt was easier to get working.
> 
> Barry
> 

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.

OTOH, Qt isn't free for commercial use and the OP seems to be 
speculating on coming up with a product to sell at some point.



More information about the Python-list mailing list