# to install pip install pyinjector from pyinjector import inject pid = input('PID: ') ptsf = input('Path to File: ') inject(pid, ptsf) # Dont quote me but should have to run as admin to work