This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 | |