Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Find All Running Python process

The psutil library .

Usage

To use the Script, follow these steps:

  1. Make sure you have the psutil library installed. You can install it using pip:

    pip install psutil
    
  2. Run your Python script to scan for all running python programs:

    python main.py
    
  3. The script will show all running python programs along with the Process ID's and the location of the file and you can select one of id to stop.

Dependencies

  • psutil