Skip to content

ciuliene/py_killer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyKiller

Python application

Python script to list and kill processes

Installation

Create virtual environment:

python -m venv <virtual-environment-name>

Activate virtual environment:

source <virtual-environment-name>/bin/activate

Install requirements:

pip install -r requirements.txt

Usage

To list all running processes with relative pid:

python main.py -l

To kill a process:

python main.py -n <process-name>

Note: the process name must be a name in the list obtained from the previous command.

About

Python script to list and kill processes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages