Python Kill Process par son nom
import os
killthis = ""
os.kill(killthis)
Therealcoder
import os
killthis = ""
os.kill(killthis)