How get the name or decryption of python script

HI team,

Hope everyone is doing well,
I am facing challenge, in my system I am running python scripts, in that scripts, I have to know which python script is running?
example: I in system multiple python script was running.
Script1: ABCD.py
Script2: BBBB.py
Script3: CCCC.py

I want to all the script name and description which is running in the background.

Please help me to get the solution.

Thanks,
Cheers.

You could create a PowerShell script that gets this information and then invoke the script from your automation.