DEV Community

Adam Crockett 🌀
Adam Crockett 🌀

Posted on

Showoff your best creation

Can you show us an example of the project you are most proud of?

Latest comments (48)

Collapse
 
lyavale95 profile image
LyAVALE95

Amazing!

Collapse
 
i8sumpi profile image
Kira L

I am just shocked that I got it working kiraprograms.com/bob-running-ai/

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀

Love Bob's face 😅

Collapse
 
kamranayub profile image
Kamran Ayub

Yep I use igdb.com 👍

Collapse
 
alirezamika profile image
Alireza Mika • Edited

AutoScraper: A Smart Automatic Web Scraper for Python
github.com/alirezamika/autoscraper/

Collapse
 
amitness profile image
Amit Chaudhary
Collapse
 
andrewbaisden profile image
Andrew Baisden

Now thats quite impressive wow.

Collapse
 
prafulla-codes profile image
Prafulla Raichurkar

As of now it's my portfolio
prafulla.tech

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀

I'm very excited for you this is good work.

Collapse
 
prafulla-codes profile image
Prafulla Raichurkar

Thank you 😁

Collapse
 
flabbet profile image
Krzysztof Krysiński
Collapse
 
s1hofmann profile image
Simon Hofmann • Edited

GitHub logo nut-tree / nut.js

Native UI testing / controlling with node

nut.js (Native UI Toolkit)

Travis Appveyor
Master Build Status Build status
Develop Build Status Build status

SonarCloud badge SonarCloud Coverage

Downloads per month

Native UI testing / automation with node.js

Built with opencv4nodejs

About

logo

nut.js is a cross-platform native UI automation / testing tool.

It allows for native UI interactions via keyboard and / or mouse but additionally gives you the possibility to navigate the screen based on image matching.

Examples

nut-tree/trailmix contains a set of ready to use examples which demo the usage ot nut.js.

Modules

This list gives an overview on currently implemented and planned functionality It's work in progress and will undergo constant modification.

Clipboard

  • Copy text to clipboard
  • Paste text from clipboard

Keyboard

  • Support for standard US keyboard layout
  • Support for German special characters

Mouse

  • Support for mouse movement
  • Support for mouse scroll
  • Configurable movement speed
  • Mouse drag

Window

  • List all windows
  • Retrieve active window
  • Retrieve window title
  • Retrieve window size and position

Screen

  • findOnScreen
  • waitFor
  • Hooks to trigger actions based on images
  • Highlighting…

A node desktop automation framework.

I started building it because I couldn’t find an existing one which fulfilled all my requirements.

It has been picked up by RedHat recently, so I guess I’m doing some things right 😊

Collapse
 
aanandmadhav profile image