Is it necessary to learn python for sikuli?

Asked by Naveen Chhaniwal

I am new on Sikuli. i am going to learn this tool, but i have not any knowladge about python language. Is it necessary to learn python language to use this tool.

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

You might start to use Sikuli IDE with its basic features without any Python knowledge.

But after a rather short time, you want to use more advanced features like deciding (if ... else), looping (while, for) and more.

Then you have to "learn" Python, which is rather easy, if you have some basic understanding about scripting or some basic programming knowledge,

If not, it is still a rather easy entrance into the scripting world.

a starting point: faq 1858

Revision history for this message
Naveen Chhaniwal (nshakuntalas) said :
#2

Thanks RaiMan, that solved my question.