-2
my application is to create a program in python that identifies the software x or y is open on the operating system, or that returns me a list of software running on the operating system. I tried some solutions by searching for a list of processes but without success. Someone can help me?
The idea is that I then develop something like, "If the X program is open, do this. If the Y program is open, do something else."