I wanted to know if there is any way to make python able to know which processes are open in my OS (win 7 in my case)
ex:
[I have google open]
print "los procesos abiertos son:", procesos
the open processes are: google.exe
I hope to have explained myself well. Use python 2.7