Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guevara-chan/autonim
•Contemporary AutoIT V3 wrapper•
https://github.com/guevara-chan/autonim
autoit3 automation library nim
Last synced: 17 days ago
JSON representation
•Contemporary AutoIT V3 wrapper•
- Host: GitHub
- URL: https://github.com/guevara-chan/autonim
- Owner: Guevara-chan
- Created: 2021-03-31T20:35:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-06T15:57:39.000Z (almost 4 years ago)
- Last Synced: 2024-11-19T21:38:31.199Z (3 months ago)
- Topics: autoit3, automation, library, nim
- Language: Nim
- Homepage:
- Size: 576 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# •Sum• [![nimble](https://raw.githubusercontent.com/yglukhov/nimble-tag/master/nimble.png)](https://github.com/yglukhov/nimble-tag)
**AutoNim** is a quick & somewhat dirty wrapper of [AutoIt V3](https://www.autoitscript.com/site/) public API for [Nim](http://nim-lang.org).
It was inspired and partially based on one and only existing [attempt](https://github.com/enthus1ast/nimau3) 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](https://www.autoitscript.com/autoit3/docs/functions.htm) 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`.