24 Nov
2020
24 Nov
'20
11:14 p.m.
On Wed, Nov 25, 2020 at 10:13 AM Greg Ewing <greg.ewing@canterbury.ac.nz> wrote:
On 24/11/20 9:05 pm, Chris Angelico wrote:
It CAN be a proper point-and-click GUI thing. You can have a fully executable Python script if it has no dependencies (just distribute a single .py file with a shebang at the top) ...
But to most people a "proper point and click GUI thing" includes having an actual GUI, which is somewhere between very difficult and impossible to do well without C extensions that don't come with a standard Python installation.
True. If you want a perfectly out-of-the-box app, you're probably going to have to stick to Tkinter. ChrisA