Python Or Pythonw In Creating A Cross-platform Standalone Gui App
I am developing a simple standalone, graphical application in python. My development has been done on linux but I would like to distribute the application cross-platform. I have a
Solution 1:
If you save the file as main.pyw
, it should run the script without opening up a new cmd/terminal.
Then you can run it as python main.pyw
Post a Comment for "Python Or Pythonw In Creating A Cross-platform Standalone Gui App"