Skip to content

Commit fd18b75

Browse files
authored
Update README.md
1 parent e63f2eb commit fd18b75

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# sikulix4python
2-
Use SikuliX from real Python via py4j
2+
Use SikuliX from real [Python via py4j](https://www.py4j.org) (but no need to know, how it works ;-)
33

44
**under development -- no guarentee for anything :-)**
55

66
... but you might post issues (questions, bugs, ideas, requests, ...)
77

88
**What you need**
9-
- the latest 1.1.4 sikulixapi.jar ()
9+
- the latest 1.1.4 sikulixapi.jar (https://raiman.github.io/SikuliX1/downloads.html)
1010
- a Python installation 2.7 up to 3.7 (3.7 recommended)
1111
- a mature Python IDE (I use IntelliJ's PyCharm) or just a Python REPL.
1212

@@ -48,3 +48,13 @@ INFO: Gateway Server Started
4848
- anything might be changed at any time without notice
4949
- errors and warnings you get in the terminal window can be ignored, as long as it works as intended on the Python side
5050
- output coming from the SikuliX Java API is currently only going to the terminal window
51+
- my current development work is on macOS 10.14, Java 11, Python 3.7 with PyCharm (no tests on Windows nor Linux yet)
52+
53+
**An example**
54+
55+
```
56+
from sikulix4python import *
57+
hover()
58+
scr = Screen()
59+
scr.getCenter() #.grow(100).highlight(2)
60+
```

0 commit comments

Comments
 (0)