Help Topics for screen

Project

screen

Function

animate_gif

Sample CLI

gway screen animate-gif

References

['abort', 'resource']

Signature

(pattern, *, output_gif=None)

Project

screen

Function

lookup_font

Sample CLI

gway screen lookup-font

Signature

(*prefix)

Docstring

Look up fonts installed on a Windows system by partial name (prefix). >> gway font lookup Ari

Project

screen

Function

notify

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.

Project

screen

Function

reminder

Sample CLI

gway screen reminder

Signature

(message, *, interval=20.0, margin=40, daemon=False)

Project

screen

Function

shot

Sample CLI

gway screen shot

References

['resource']

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)