Converting python script into an executable
BackDrop: So recently I was building a Calculator using tkinter. I wrote a blog post for the same some time back. Now I thought, how awesome it would be if I could distribute it to my friends and let the use it. Problem was that some of them not being CS grads would not know head or tails about how to run it! So I thought the best way and the easiest way was to convert the pyCalc.py into a .exe file. ...