Coder Social home page Coder Social logo

skoorag / sikulix1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from raiman/sikulix1

0.0 4.0 0.0 199.09 MB

SikuliX version 1.1.4+ (2018+)

Home Page: https://raiman.github.io/SikuliX1

License: MIT License

JavaScript 0.20% Python 28.27% Java 69.99% CSS 0.06% HTML 0.36% Ruby 0.18% GAP 0.34% Objective-C 0.23% C++ 0.31% Shell 0.06%

sikulix1's Introduction

RaiMan's Stuff SikuliX

What is SikuliX
SikuliX automates anything you see on the screen of your desktop computer running Windows, Mac or some Linux/Unix. It uses image recognition powered by OpenCV to identify GUI components and can act on them with mouse and keyboard actions. This is handy in cases when there is no easy access to a GUI's internals or the source code of the application or web page you want to act on. More details


You need at least Java 8, but it works on Java 9 up to latest (currently 14)

Windows: Works out of the box (for exceptions look here)

Mac: you have to make Tesseract OCR available (for HowTo look here). Java 14: open problems with Tesseract

Linux: you have to make OpenCV and Tesseract OCR available (for HowTo look here).


Latest stable version is 2.0.4 (branch release_2.0.x - see what is fixed)

Development version 2.1.0 currently not useable until further notice
New features will only be available in new major versions (currently 2.1.0, branches master and/or dev_...).
Until release of a stable 2.1.0, there will be nightly builds and snapshots available (see below).

Here you can read about the changes/enhancements

Get SikuliX ready to use

For use in Java Maven projects the dependency coordinates are:

<dependency>
  <groupId>com.sikulix</groupId>
  <artifactId>sikulixapi</artifactId>
  <version>2.0.4</version>
</dependency>

Current development version is 2.1.0 (branch master nightly builds / snapshots):
Build Status FOSSA Status

Read about fixes, enhancements and new features

Get the nightly builds ready to use

For use in Java Maven projects use the SNAPSHOT dependency information:

The repository URL:

<repositories>
  <repository>
    <id>sonatype-ossrh</id>
    <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
  </repository>
</repositories>

The dependency coordinates are:

<dependency>
  <groupId>com.sikulix</groupId>
  <artifactId>sikulixapi</artifactId>
  <version>2.1.0-SNAPSHOT</version>
</dependency>

Development environment

  • Java 11 (current JDK LTS release)
  • Java 8 (Oracle) for comatibility test
  • Source and target level for Java is version 8 as long as supported by Oracle
  • Maven project
  • Windows 10 latest (Pro 64-Bit)
  • Mac 10.15 latest
  • Ubuntu 18.04 in WSL on Windows 10 (basic tests only, headless)
  • Ubuntu 18.04 running in Oracle VM VirtualBox 6.1 on Windows 10
  • Using IntelliJ IDEA CE in all environments

Contributions are welcome and appreciated

  • for bugreports and requests for features or enhancements use the issue tracker here
  • for bugfixes related to the latest release version you should create a pull request against the release branch (currently release_2.0.x), so your fix will be in the next bug-fix release (see milestones).
  • for smaller bugfixes and/or feature enhancements related to the running development (currently branch master as version 2.1.0-SNAPSHOT and dev_... branches) you should create a pull request against the target branch
  • a pull request should target only one branch. It is the resposibility and job of the maintainer to apply the changes to other branches in case
  • for more complex revisions and/or enhancements you should ask for a development branch together with a short description of your ideas

Please respect the following rules and guidelines when contributing

  • Start with smaller fixes. E.g. choose an issue from the issue tracker and try to fix it. Or fix issues you encounter while using SikuliX.
  • Only fix cosmetic stuff if it's related to an issue you want to fix.
  • Before you change stuff like dependencies / overall code style and so on, talk with the maintainer beforehand.
    Sometimes there is a a reason that things are as they are (... and sometimes not :-)).
  • Try to accept the individual coding styles of the acting contributors, even if some of the stuff might be sub-optimal in your eyes.
    But feel free to talk about your ideas and the reasons behind.

sikulix1's People

Contributors

raiman avatar balmma avatar dependabot[bot] avatar darran-kelinske-fivestars avatar tomassvensson avatar petrukhnov avatar hcientist avatar migueldomingues avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.