24 Nov
2020
24 Nov
'20
11:10 p.m.
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. -- Greg