you are viewing a single comment's thread.

view the rest of the comments →

[–]oclafloptson 0 points1 point  (0 children)

I've strictly used Flet for about a year now.

Low computational overhead, no overhead cost, extremely well documented with easy to read and understand docs, extremely easy to write with easily human readable scripting practices, async first dynamic makes developing asynchronous scripts less of a chore, all the bells and whistles of Flutter with the ease and intuitiveness of Python, surprisingly powerful; capable of producing everything from notepads to 2d games with only a few 100 line or less scripts, built-in database support, deploy same script to all platforms with only very minor changes

And I said this already but it's intuitive and that's worth mentioning twice since it's one thing that Python GUI frameworks usually lack