Code Monkey home page Code Monkey logo

scriptboxie's Introduction

Scriptboxie

Scriptboxie allows you to effortlessly manage and create scripts. Can be used to streamline repetitive and time-consuming tasks.

GitHub release GitHub downloads

Features

  • effortlessly manage and create scripts
  • script recorder
  • image search

Prerequisite

  • Windows 10 | 11

Download

Download available at https://github.com/gemilepus/Scriptboxie/releases.

If you like Scriptboxie, you can support it:

Buy Me a Coffee at ko-fi.com

Donate

How to use

Normally, I would record my actions first, and then make adjustments, such as setting how many times to repeat,

adjusting the delay, etc. This way, I can quickly finish script.


edit script: just enter the keyboard and mouse actions to be use.

After completion, you can save it as a .txt file

Main

There are also image search, calculation... and other functions,

which can be used with events to make some variety of actions.

Main

setting script: set hotkey for your scripts

Main

Notice

When this display OFF,the hotkey will not work.It will change back to ON after clicking it.

This is to ensure that the script is not executed by mistake.

Edit

Documentation

Available at https://github.com/gemilepus/Scriptboxie/blob/master/Metro/Resources/Documentation.md or

Edit

Example

Automatically click the button

if you want to click the Submit button
take a screenshot and use save it , like this picture
then refer to this picture to set Note:
1.The concept is that dark red command can generate events,and others receive events.
Command can bound to event and executed according to whether that is established or not.
2.event name can be named freely
done :)

Then let it alway running

refer to this picture to set :)            Note:After the Event is established, it will always exist.You can use RemoveEvent to invalidate it

Default functions & values

Name Explanation Example
StartPosition_X Starting X-axis position of the mouse Move {StartPosition_X},{StartPosition_Y}
StartPosition_Y Starting Y-axis position of the mouse
CurrentPosition_X Current X-axis position of the mouse
CurrentPosition_Y Current Y-axis position of the mouse
random(a,b) Random Number between a and b Calc x = random(1,100)

Screenshots

Edit Edit

WIKI

Credits

scriptboxie's People

Contributors

gemilepus 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.