Python Forum
Thread Rating:
  • 2 Vote(s) - 2.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I don't even know problem
#1
Hey guys;
I just want to click on on-screen board with mouse manupilation. I tried PyAutoGui and PyMouse couln't get any ruselt also Java too but it didn't worked too. I need to click on windows' on-screen keyboard with mouse its that easy or not I don't know Angry
Reply
#2
Please take the time to read the Help documents on how to ask a proper question. Post any relevant code between the 'code' tags and any errors between the 'error' tags.
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply
#3
What if there isn't an on screen keyboard?
What if I don't have a mouse plugged in?
What if there's a heavy book on top of my mouse, so you can't move it?
Reply
#4
What have you tried?

I wrote a simple clicker for my brother who is playing some browser game and pyautogui works like a charm.

import pyautogui as ag

ag.moveTo(500, 500)
ag.click()

http://pyautogui.readthedocs.io/en/latest/mouse.html
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020