golang中文文档_Golang 跨平台自动化系统, binding 其他编程语言; 控制键盘鼠标位图和读取屏幕,窗口句柄以及全局事件监听...

bb5cb197a5a6fcbab2c0ad46f5f59cca.png

作者:Robot

Golang Desktop Automation, binding other language. Control the mouse, keyboard, bitmap, read the screen, Window Handle and global event listener.

Robotn supports Mac, Windows, and Linux(X11). Robot supports go, javascript, python and other.

简体中文

Contents

  • Docs

  • Requirements

  • Installation

  • Update

  • Examples

  • Authors

  • Plans

  • Donate

  • Contributors

  • License

Docs

  • GoDoc

  • API Docs    

  • 中文文档

Requirements:

Now, Please make sure Golang, GCC is installed correctly before installing robotgo.

Robotgo Requirements

You can Build from source code. The prebuilt binaries will be added in the future.

Install robotn

npm install robotn

Examples:

Mouse
var robot = require('robotn');robot.scroll(10, 10);robot.mouseClick("left", true);robot.moveSmooth(100, 200, 1.0, 100.0);
python
import robot
robot.scroll(10, 10)
robot.mouseClick("left", true)
robot.moveSmooth(100, 200, 1.0, 100.0)
Keyboard
var robot = require('robotn');robot.typeStr("测试")robot.typeStr("山达尔星新星军团, galaxy. こんにちは世界.")robot.sleep(1)robot.keyTap("enter")robot.writeAll("Test")var text = robot.readAll()console.log(text)
Screen
var robot = require('robotn');var pos = robot.getMousePos()console.log("pos: ", pos)var color = robot.getPixelColor(100, 200)console.log("color---- ", color)
Bitmap
var robot = require('robotn');var bitmap = robot.captureScreen(10, 20, 30, 40)console.log("...", bitmap)var pos = robot.findBitmap(bitmap)console.log("FindBitmap------ ", pos)robot.saveBitmap(bitmap, "test.png")// use `robot.freeBitmap(bit)` to free the bitmaprobot.freeBitmap(bitmap)
Event
var robot = require('robotn');var keve = robot.addEvent("k");if (keve) {console.log("you press... ", "k");
}var s = robot.addEvents("q", "ctrl");if (s) {console.log("you press... ", "mouse left button");
}
Window
var robot = require('robotn');var fpid = robot.findIds("Google")console.log("pids... ", fpid)if (fpid.length > 0) {robot.activePID(fpid[0])robot.kill(fpid[0])
}robot.activeName("chrome")var isExist = robot.pidExists(100)if (isExist) {console.log("pid exists is", isExist)robot.kill(100)
}var abool = robot.showAlert("test", "robotgo")if (abool == 0) {console.log("ok@@@ ", "ok")
}var title = robot.getTitle()console.log("title@@@ ", title)

Build from source code:

Install robotgo

go get -u github.com/go-vgo/robotgo

Build-tools

go get -v github.com/vcaesar/gocs

Building

gocs -n robotgo
node:
Install npm modules
npm install
python
pip install cffi

Authors

  • The author is vz

  • Maintainers

  • Contributors

Plans

  • Update Find an image on screen, read pixels from an image

  • Update Window Handle

  • Try support Android, maybe support IOS

Donate

Supporting robotgo, buy me a coffee.

Paypal

Donate money by paypal to my account vzvway@gmail.com

Contributors

  • See contributors page for full list of contributors.

  • See Contribution Guidelines.

License

Robotgo is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.

See LICENSE-APACHE, LICENSE-MIT.


版权申明:内容来源网络,版权归原创者所有。除非无法确认,我们都会标明作者及出处,如有侵权烦请告知,我们会立即删除并表示歉意。谢谢。

33d40b2d129a4bb99cc74d6c7c761ce3.png

Golang语言社区

ID:Golangweb

www.Golang.LTD

Golang标准文库

翻译地址:http://doc.golang.ltd/

游戏服务器架构丨分布式技术丨大数据丨游戏算法学习

05278e20e63a3fc56029517fbd3165ab.png55a5dda1d9b089c8a3254d633304b0d4.png

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值