lmbek / native-go-scripts

Some go scripts that can: make screenshots and save them as images, handle keyboard and send keys, move the mouse around, give warning/alerts, give yes/no dialog and prompt folder selection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains:

Some go scripts that can:

  • make screenshots and save them as images
  • handle keyboard and send keys
  • move the mouse around
  • give warning/alerts
  • give yes/no dialog
  • prompt folder selection

Note:

For winapi only windows works For x11 only linux works

Article about the use of win32 and some of its risks

As this package uses unsafe and syscalls and depend on the windows operating system, this article should help understand some of it https://justen.codes/breaking-all-the-rules-using-go-to-call-windows-api-2cbfd8c79724 Also the windows api documentation comes in handy

About

Some go scripts that can: make screenshots and save them as images, handle keyboard and send keys, move the mouse around, give warning/alerts, give yes/no dialog and prompt folder selection

License:MIT License


Languages

Language:C 82.2%Language:C++ 11.0%Language:Go 6.8%Language:HTML 0.0%