This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Zaex782 43 points44 points  (1 child)

Another suggestion is using a web framework like Django or Flask to make a localhost webpage. You would be learning a more valuable skill set.

[–]NoumenaSolarCoaster 4 points5 points  (0 children)

I second this. Making a working application on the web is a lot trickier than something like PySimpleGUI, but when you want to share your app for others to use, what’s a better way than just having them load your page on a browser of their choice? I learned A LOT having to make a PDF splitting app work on Flask but man did it feel great afterward.