communicate with python

Asked by CAMILO CARDOSO ALVES

Guys, can I create several projects in sikuli to open the system, log in and generate pdfs, and call all these projects via python? If yes, could someone point me to some study material for this?

Question information

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

>>>can I create several projects in sikuli to open the system, log in
not possible. SikuliX features need an unlocked real screen.

>>>generate pdfs
you have to integrate respective tools

>>>call all these projects via python
A SikuliX project is either a runnable script (written in Python/Jython language) or a Java executable.
To run SikuliX scripts you use the SikuliX IDE jar from command line, which in turn can be triggered from Python as subprocess.

>>>could someone point me to some study material for this
Just read across the docs, to get an impression of the SikuliX features.
In the net you can find tons of examples.
If you start with scripting in the SikuliX IDE, on top it is just Python knowledge in the Jython environment.
But you might use SikuliX features also from C-Python using pyjnius.

Revision history for this message
RaiMan (raimund-hocke) said :
#2

no feedback