On 4/1/2023 5:11 PM, Barry Scott wrote:


On 1 Apr 2023, at 18:47, Igor Korot <ikoro...@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.

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to