Proses Python Kill berdasarkan Nama
import os
killthis = ""
os.kill(killthis)
Therealcoder
import os
killthis = ""
os.kill(killthis)