mirror of
https://github.com/Guevara-chan/AutoNim
synced 2026-01-14 11:31:43 +00:00
No description
| dll | ||
| examples | ||
| src | ||
| autonim.nimble | ||
| README.md | ||
•Sum• 
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.