Let's suppose 3 applications are open on windows 7.
First,
- I want to print the process ids of the running applications.
Second,
- I want to kill the selected application.
How can this be done using python.
The purpose is to make an application which kills the selected process.