Make an standalone executable file for windows

Hi @nima,
That’s a good question, it is a problem I will be trying to solve in a few days to also ship a prototype of my dashboard done with Dash.
The first thing coming to my minds is for you to take a look at Pyinstaller. Its purpose is exactly that, bundling python projects into executables. You will then only have to open a browser and go to localhost:8050. This might even be feasible through code, with a bit of research
Let me know how it goes for you if you try that way!

Otherwise you could also look into deployment possibilities.

Finally, I didn’t get what you meant by this:

:thinking:

1 Like