Skip to content

Instantly share code, notes, and snippets.

View NORXND's full-sized avatar
☀️
GG :)

Norbert Dudziak NORXND

☀️
GG :)
View GitHub Profile
@Sanix-Darker
Sanix-Darker / [PYTHON]checkIfProcessRunning.py
Last active June 15, 2025 20:22
[PYTHON] Check if a process is running by it's name
# By Sanix darker
# With this script you can check if a process is running by it's name
#
# Install dependencies by hiting : pip install psutil
#
# Then launch the script : python checkIfProcessRunning.py
import psutil