Change process name of Python script

后端 未结 2 1339
情深已故
情深已故 2021-02-20 06:53

Windows Task Manager lists all running processes in the \"Processes\" tab. The image name of Python scripts is always python.exe, or pythonw.exe, or th

2条回答
  •  青春惊慌失措
    2021-02-20 07:41

    You could use py2exe to turn your Python program into a self-contained executable with whatever name that you choose to give it.

提交回复
热议问题