Skip to content
/ sikulpy Public
forked from shish/sikulpy

A reimplementation of the Sikuli API for CPython

License

Notifications You must be signed in to change notification settings

kwuite/sikulpy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SikulPy

Sikuli[1] is pretty awesome, but it requires java. Bleh.

This is a project to provide the same API using regular CPython libraries.

The goal is to be able to run any script which works in the Java IDE.

Dependencies:

  • CPython 3.5 (or 2.7)
  • Pillow (or PIL)
  • AutoPy3 (or AutoPy)
  • PyScreenshot
  • NumPy
  • OpenCV

Windows:

OSX / Linux:

$ git clone https://github.com/shish/sikulpy
$ cd sikulpy
$ virtualenv-3.5 .env
$ . .env/bin/activate
$ CFLAGS="-I/opt/local/include -L/opt/local/lib" pip install -e ./
$ sikulpy ~/Documents/sikuli/foo.sikuli

[1] http://www.sikulix.com/

Java-Sikuli compatibility

The parts of the Sikuli API that I'm personally using are fairly stable; I'm using it in production on Linux, with development on OSX and occasional testing on Windows.

Parts of the API which are known to be incomplete have tasks filed here: https://github.com/shish/sikulpy/labels/API%20Completion

About

A reimplementation of the Sikuli API for CPython

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%