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
python.exe
pythonw.exe
You could use py2exe to turn your Python program into a self-contained executable with whatever name that you choose to give it.