A Python module to easily terminate Linux processes by name
Project description
killprocess-cli
Introduction
killprocess-cli is a Python module designed to simplify the process of terminating specific processes by name on Linux operating systems. The module uses the ps aux and grep commands to identify the process ID of all associated processes, and then uses the kill command to terminate them.
Installation
To install killprocess-cli, simply run the following command:
pip3 install killprocess-cli
Usage
Once installed, you can use killprocess-cli to terminate all instances of a specific process by typing the following command:
killprocess <process-name>
Feedback
If you have any feedback or suggestions for improvement, please don't hesitate to reach out to me. My name is Tushar Pandey, and I'm the developer of killprocess-cli. You can contact me at tushark39@gmail.com.
License
killprocess-cli is licensed under the MIT License. See the LICENSE file for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file killprocess_cli-0.3.tar.gz.
File metadata
- Download URL: killprocess_cli-0.3.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74376371ce50bb5333e59d9389ae5d8b337d5470605b9f5dd755c0ee7a1db585
|
|
| MD5 |
2bdfd31316ee84cf4f88ba058a877180
|
|
| BLAKE2b-256 |
2256fab8faafc70b3a7996ba13fd487dbf2967db330a711654d1840c3e7a1b5f
|
File details
Details for the file killprocess_cli-0.3-py3-none-any.whl.
File metadata
- Download URL: killprocess_cli-0.3-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8391665ae8e11454563fb208086aa20a31de2211a6ef4fd8917693dbcccbebbf
|
|
| MD5 |
9e53af43c4ccdc64e906fdfefd154620
|
|
| BLAKE2b-256 |
12bbba728063dcd5c4209c5fd93dc78fcba21c3121bc7ed2590a690c24adadc5
|