Answer the question
In order to leave comments, you need to log in
How to transfer data for processing to another program and get the result back?
I can't get on with the task. I doubt that it can be implemented in Python, so any adequate tools are welcome.
The procedure is as follows - The user works in a text editor (Word, Writer, Notepad, text field in the browser) - Presses a hot combination - ANOTHER program is launched - A text template is selected there - A button (or other key combination) is pressed - Into the source program in place where the cursor is placed the text is inserted.
It is necessary to implement this at some level of cross-platform - Windows, MacOS, possibly Linux.
Answer the question
In order to leave comments, you need to log in
Hello!
There are two options:
Use the clipboard: Clipboard
either OS.Clipboard
or System.Clipboard
or Sys.Clipboard
(depending on the PL)
Decompile the program, write a call to the TXT file where your text is
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question