Sample CLI
gway screen animate-gif
References
['abort', 'resource']
Signature
(pattern, *, output_gif=None)
Sample CLI
gway screen lookup-font
Docstring
Look up fonts installed on a Windows system by partial name (prefix).
>> gway font lookup Ari
Sample CLI
gway screen notify
References
['critical', 'info']
Signature
(message, *, title='GWAY Notice', timeout=10)
Docstring
Show a user interface notification with the specified title and message.
Falls back to a visible console printout if GUI notification fails.
Sample CLI
gway screen reminder
Signature
(message, *, interval=20.0, margin=40, daemon=False)
Sample CLI
gway screen shot
Signature
(*, name: str = None, mode: str = 'full') -> str
Docstring
Take a screenshot in the specified mode and save it under:
gw.resource("work", "screenshots")
The filename will be:
_.png
Returns:
The full path to the saved screenshot file.
Modes:
- "full": entire screen
- "active"/"window": active window only (Windows only; falls back to full)