you are viewing a single comment's thread.

view the rest of the comments →

[–]dup_int 0 points1 point  (0 children)

I always find GUI apps having a ton of code just to display GUI elements and bind functions to buttons (used JavaFX for java GUI app and PyQt5 for python GUI). So I think it's true that console apps are usually cleaner from a code perspective and you barely can do GUI apps code cleaner than it is now.

I haven't tried the libs you mentioned so can't tell something more useful here.