sikuli_cpython icon indicating copy to clipboard operation
sikuli_cpython copied to clipboard

UNMAINTAINED: A CPython wrapper around the sikuli standalone jar

Results 12 sikuli_cpython issues
Sort by recently updated
recently updated
newest added

I am trying to send special keyboard keys such as: ALT = '\ue022' dk = sikuli.DesktopKeyboard() dk.keyDown(ALT) But what are the key constant values? I assumed they were here: http://doc.sikuli.org/javadoc/constant-values.html...

Hi there, I installed sikuli using pip in a virtualenv. If I now do a from sikuli import \* I get a jnius.find_javaclass (jnius/jnius.c:12117) jnius.JavaException: Class not found 'org/sikuli/api/robot/desktop/DesktopMouse' can...

bug