Code Monkey home page Code Monkey logo

fingersavior's Introduction

谁来拯救你,我的手指 (Finger Savior)


最终目录

FingerSavior
├─src
|  ├─fingersavior
|  |    └─*.py
|  └─main.py
├─run.bat
├─模块文件夹
|     ├─[email protected]#property=value.png
|     ├─name1#[email protected] #可同名
|     ├─name2.offsetx.offsety.png
|     └─name3.topleftx.toplefty.bottomrightx.bottomrighty.png

command列表

  • offset : 点击偏移, 参数dx, dy. [email protected]等效于name2.dx.dy.png
  • redirect : 重定向, 参数pos1x, pos1y, pos2x, pos2y. 同样效果name3.topleftx.toplefty.bottomrightx.bottomrighty.png
  • goto :指定执行, 参数name. 立即结束本次flow循环,并指定下次循环为name
  • save : 保存当前截图,不做任何处理,flow循环继续
  • exit : 关闭脚本
  • skip : 跳过当前flow, 不知道有什么意义
  • delay : 额外延迟, 参数second, 或者两个参数, 用randint
  • jump : 跳转到, 参数name, 跳转到本次flow循环后续flow的的某个, 不会结束循环, 只能跳转到排序在其后的flow
  • count : 累计, 参数count,累计点击到count次时关闭脚本
  • uselastclick : 使用上一个flow的点击位置, 模拟玩家鼠标没有移动一直点

property属性

  • chance : 使用概率百分比, 默认为100, 随机失败时当作没找到这张图

future

  • 单个图片多个command

fingersavior's People

Contributors

taokyla avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.