Packaging a python .py program into an Exe
Packaging a python .py program into an Exe I am writing this post to explain how to create a python script into a windows executable file . Any python script ends in .py extension and executes on any OS say it be Linux,Mac or Windows wherever you have OS Specific …