Graphic interface for your own clicker module on Python
There are categories of bots that can be called clickers. that is. They analyze the screen, control the mouse and keyboard to imitate the actions of a person in the original application (site, game, mobile application, etc.).)
Usually for these purposes use the clickermann program, but it has a limited functional.
I have made for these purposes my library on Python, which works on the same principle as the indicated program. With the same names of functions and so on, with the same simplicity and ease of use, but at the same time I have all the power of Python to implement any ideas.
Here only for this library needed was a software that would enable you to approach the image, see the coordinates and the colors of the pixels, simplify the colors on the image, etc., and also enables you to use the combinations of keys to quickly copy the coordinates, the colors of the pixels or to quickly make a small screenshot of the image.
This is what my program with a graphic interface does.
Usually for these purposes use the clickermann program, but it has a limited functional.
I have made for these purposes my library on Python, which works on the same principle as the indicated program. With the same names of functions and so on, with the same simplicity and ease of use, but at the same time I have all the power of Python to implement any ideas.
Here only for this library needed was a software that would enable you to approach the image, see the coordinates and the colors of the pixels, simplify the colors on the image, etc., and also enables you to use the combinations of keys to quickly copy the coordinates, the colors of the pixels or to quickly make a small screenshot of the image.
This is what my program with a graphic interface does.