2
I need to know how to make a copy of any text on the screen, simulating the mouse action. For the mouse, I’m using Pyautogui, running the actions. I need to save the copied content and store that information in a variable in order to future use. There is a way to do this ?
Can you copy the content? with Pyautogui
– Ewerton Belo
Good morning, Ewerton. Yes, I can. I can already select a region and copy using the Ctrl+c shortcut. Only " Paste" this information into a variable is missing .
– Felipe Alencar
All right, so follow my answer there..
– Ewerton Belo