autonim

Wrapper for AutoIt v3.3.14.2

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:24

Installation

nimble install autonim
choosenim install autonim
git clone https://github.com/Guevara-chan/AutoNim

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
autonim - - - - - - -

Source

Repository https://github.com/Guevara-chan/AutoNim
Homepage https://github.com/Guevara-chan/AutoNim
Registry Source nimble_official

README

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