Python Forum
How to make the mouse move to the desired color when clicking with the left mouse - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code Review (https://python-forum.io/forum-46.html)
+--- Thread: How to make the mouse move to the desired color when clicking with the left mouse (/thread-33830.html)



How to make the mouse move to the desired color when clicking with the left mouse - isn_ - May-31-2021

I created a bot in python so when the purple color passes where the mouse cursor is, the left mouse button will click, now I want the mouse to move only to the purple color when I left click, how can I do that ?


RE: How to make the mouse move to the desired color when clicking with the left mouse - Larz60+ - Jun-01-2021

I see from your edits that you had posted code originally, but now that cannot be seen.
It's better to create a new post, showing corrections. The code will help a lot.