FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gemilepus/Scriptboxie: Scriptboxie allows you to effortlessly manage and create scripts. Can be used to streamline repetitive and time-consuming tasks. · GitHub

Latest commit

 

History

773 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scriptboxie

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


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:


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

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

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

setting script: set hotkey for your scripts

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.

Documentation

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

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
ClipboardText The current text in the clipboard Calc text = ClipboardText + ","
random(a,b) Random Number between a and b Calc x = random(1,100)

Screenshots

Script recorder Manage scripts

WIKI

Credits

About

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

Topics

Resources

Stars

50 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL