Patrick Li wrote:
>
> I am interested in scanning the user's process table periodically and
> getting the list of running process names as well as their command
> line parameters.
>
> For the process names, I am able to get the list of pids using
> win32process.EnumProcesses and then use win32api.
Hi,
I am interested in scanning the user's process table periodically and
getting the list of running process names as well as their command line
parameters.
For the process names, I am able to get the list of pids using
win32process.EnumProcesses and then use win32api.OpenProcess and
win32proces
Hello everybody,
I have a Tkinter Textbox in my application. I want to scan the textbox for a
symbol, defined by me as a "mark", and change the word that is inside or next
to that symbol.
This is what i mean:
If a user types this to the textbox:
"Hello @everybody, how are you doing?"
I