agar.io python客户端库

pyagar的Python项目详细描述


pyagar是流行在线游戏agar.io的python客户端。

此软件包允许您以旁观者的身份玩游戏 也可以使用auto功能自动播放。

Screenshot

依赖关系

要运行此软件,您需要:

安装

建议将此软件包安装到virtualenv中。

稳定版本

$ pip install pyagar

用法

命令

这个包创建命令pyagar

$ pyagar --help
usage: pyagar [-h][--no-visualize][-n NICK][--auto][--debug][--spectate]

 optional arguments:
   -h, --help            show this help message and exit
   --no-visualize
   -n NICK, --nick NICK
   --auto
   --debug
   --spectate

对照组

ActionControl
MoveMouse (Relative to the center of the window)
StartMouse (Left button)
Eject^{tt3}$ key
Split^{tt4}$ key
Fullscreen^{tt5}$ key
ZoomMouse wheel
Exit^{tt6}$ key

播放示例

只需播放

$ pyagar play

按鼠标左键开始。

只需观看游戏

$ pyagar spectate

使用机器人自动播放

$ pyagar bot --type=EatWhenNoPredators

0.0.3

  • 记录Pyagar模块。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java GridLayout超出了它的大小   java为什么SSHJ的最大写入大小是32KB?   部署后,java无法查看网站。war文件到tomcat   java如何使用gradle将javafx应用程序部署为可执行jar或exe?   java比较HashMap中的键和值   使用注入java和spring boot的RestTemplate类进行单元测试   java如何在eclipse中找到maven项目的原型?   java继承和实用程序方法及变量   java在Joptionpane中显示多行?   当location==null时,java会更改按钮的可见性   java为什么Google Drive getExportLinks返回空值?   java在使用自定义消息完成for循环后引发异常   curl如何使用docker运行undertow java应用程序