Empitrix / wsp

Workspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workspace Automation

A python compiler for automating keyboard actions

Language

This is how wsps (Workspace Script) works: Everything is string

Setup Comment

// This is how comments will define

Setup focus window name if this not define script will not wait until windows focused

!#focus: "<FOCUS WINDOW>";

Setup delay time (digit as millisecond)

!#delay: "<Delay as millisecond (int)>";

Setup shortcut string

!#short: "<SHORTCUT>";

Setup phrase that need to be typed!

!#type: "<PHRASE>";

VARIABLES: setup a varialbe:

// !@ <Name> = "<VALUE>";
!@ name = "wsp";

Usage:

// !$<Name>;
!$name;

print method

!print("<DATA>");

About

Workspace


Languages

Language:Python 93.4%Language:C 5.3%Language:PowerShell 1.3%