autonim

Wrapper for AutoIt v3.3.14.2


Keywords
automation, autoit, autoit3, library, nim
License
MIT
Install
nimble install autonim

Documentation

•Sum• nimble

AutoNim is a quick & somewhat dirty wrapper of AutoIt V3 public API for Nim.
It was inspired and partially based on one and only existing attempt to do it already by enthus1ast.
Installation: run nimble install autonim in terminal.

•Featuræ•

  • Simulate keystrokes and mouse movements.
  • Interact with all standard windows controls.
  • Manipulate windows and processes.

•Remark•

AutoNim was designed as 1-to-1 headers conversion, so refer official documentation to learn how it should work.
Since original code was based on outdated v3.3.14.2, all found inconsistencies should better be reported in Issuses.