Create a simple python executable program and an icon to it - Hello World
问题 I am trying to create a simple python executable program - Hello World by following this link https://mborgerson.com/creating-an-executable-from-a-python-script. The steps I took is first I create a python program, example: print("Hello, World!") I save this py program file into python script C:\Users\d\AppData\Local\Programs\Python\Python35-32\Scripts Then I install PyInstaller by going to command line point to directory python script and type pip install PyInstaller . After this, in command