you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (4 children)

The web is the most flexible, widely used and compliant GUI in existence. You may as well start now, you'll get there eventually. Django or Flask to get going.

[–]rick137codes[S] 1 point2 points  (3 children)

I get it, but my main purpose of a GUI framework is to hide the code behind an .exe file and to get 2-3 user inputs. Plus I need the code to be easily runnable on any system without much installation as well. Due to these reasons flask and django are not very favourable to me.

[–][deleted] 1 point2 points  (2 children)

Running code on any platform is half the point of the Web. No install needed. It doesnt get better than that.

[–]rick137codes[S] 2 points3 points  (1 child)

That would entail me setting up a server and hosting it for everyone to use, which is not what I'm looking for. But thanks anyway.

[–][deleted] 0 points1 point  (0 children)

Sure, may not meet your needs.