Search code examples
pythonpython-idle

Python idle to python.exe


So I've made a script/code in python idle and want to run it on python.exe but whenever I do this the you can see the python window pop up briefly for a second before closing, and I want to run my code using python instead of idle, how can I do this?


Solution

  • since I cant comment yet:

    go to the command line and open the file location directory and type: python filename.py