I want to create a bot (macro) that performs some click tasks, so I'm using pyautogui in python !
But I do not have much experience with X and Y, and I'm testing it manually and boring.
I would like to get the x and y by clicking on the screen, for example, I click on this location on the screen and display the X and Y of the click location on the console. Possible?