0

Sikuli involves both Java and Python. You can find Sikuli here: http://www.sikuli.org/ Question: Can we create an exe file from sikuli? Having a folder that includes screen captured pieces, along with the exe file is not a problem.

Even a simple double click program on something on screen would do as a sample program and sikuli doesn't support actual code standalone, it creates files of course (including one in python)

My worktime has ended so I will be afk, so give me some time till I will reach home to reply on any questions that might arise.

George Eco
  • 466
  • 3
  • 16

1 Answers1

0

You can create an executable using either, Java or Python. In case of Java, you can create an executable jar and in case of Python you can use py2exe utility.

Eugene S
  • 6,709
  • 8
  • 57
  • 91