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.
- Simulate keystrokes and mouse movements.
- Interact with all standard windows controls.
- Manipulate windows and processes.
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
.