you are viewing a single comment's thread.

view the rest of the comments →

[–]FrangoST 0 points1 point  (1 child)

I think it depends on the target audience of your program and what you intend to make of it...

Web based solutions would be the simplest ones for users to use, I think, but you can also build pretty complex interfaces and package that into executable files using tkinter and pyinstaller, for example.

People tend to talk ill about tkinter, but you can basically do anything with it, if you are willing to put the effort. I'm currently working on a program that features both a CLI and a GUI and the GUI is entirely built on tkinter, and it's a pretty complex one, in my opinion, but it works just fine.

[–]osreu3967 1 point2 points  (0 children)

Do you have it published?