Posts by johnrego • 1 point
2 posts
-
-1
votes1
answer199
viewsA: How to get coordinates by mouse click with Python?
Well a way to do that in pyautogui would be basically like this: #pega o retorno da posicao atual de x e y do mouse e passa o valor da tupla para as duas variaveis x, y = pyautogui.position() print…
python-3.xanswered johnrego 1 -
0
votes2
answers81
viewsA: (Error of Segmentation fault)
It seems to me that you do not know the "string. h" library, because it is trying to recreate ready-made functions such as "strlen()" and "strrev()". It is mt simple to solve your problem, just use…