Is it possible for the os or the subprocess modules in Python to run a file or a task in the background?
Say I were to integrate certain keystrokes such that while the script is running, those certain keystrokes will trigger a certain subprocess.call(...) than shall open up only in the background i.e, without moving me out of my active window.
