No description
Find a file
2021-04-06 18:57:38 +03:00
dll Delete autonote.exe 2021-04-01 08:26:02 +03:00
examples Add files via upload 2021-04-06 18:57:38 +03:00
src Add files via upload 2021-04-06 18:56:29 +03:00
autonim.nimble Add files via upload 2021-03-31 23:36:39 +03:00
README.md Update README.md 2021-04-01 08:54:46 +03:00

•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.