Skip to content

Instantly share code, notes, and snippets.

View t94j0's full-sized avatar
🤠
Breaking something or building something. It's all the same anyways

Max Harley t94j0

🤠
Breaking something or building something. It's all the same anyways
View GitHub Profile
@t94j0
t94j0 / checkNewProcesses.py
Created February 26, 2016 00:59
Checks for new processes created in a specified period of time
#!/use/bin/python3
from time import sleep
import psutil #pip install psutil
import sys
def main():
final = []
seconds = 1