Page 1 of 1

Anyone use SikuliX?

Posted: 16 Jan 2019, 19:21
by omar
I just came across.
Seems innovative - they use screen picture analysis.
Written in Python I think.
You save screen snapshots and perform actions based on the code finding the image on screen.

How much of that can AutoHotkey do?
I did see some code for AHK text searching on screen. Never read much into it.

Would be good to hear how this tool compares if anyone has experience.

Re: Anyone use SikuliX?

Posted: 17 Jan 2019, 02:45
by Xtra

Re: Anyone use SikuliX?

Posted: 17 Jan 2019, 03:42
by swagfag
looks interesting but imagesearch based automation is mehh...
maybe it can do other things too

Re: Anyone use SikuliX?

Posted: 17 Jan 2019, 06:45
by SL5
omar wrote:
16 Jan 2019, 19:21
... picture analysis ... Written in Python I think...
? maybe something new

I worked with Sikuli about two years ago.
but then I wrote my own imageSearch scripts: https://github.com/sl5net/global-Intell ... ns.inc.ahk
I've then the complet functionality of Auto and because I work under Windows anyway.
From time to time I look to Sikuli and i hope it not stops developing.

Re: Anyone use SikuliX?

Posted: 22 Jan 2019, 14:28
by omar
guys thanks for the replies.
ImageSearch seems awesome
i'll spend time working with that instead of SikuliX

@SL5 thanks for the code share. looks super useful. Will be using. 👍🏼