Clipboard Manager

Clipboard Management for Copcon.

This module provides functionality to interact with the system clipboard, allowing Copcon to copy generated reports directly to the clipboard.

class copcon.core.clipboard.ClipboardManager

Bases: object

Manages clipboard operations for Copcon.

Provides methods to copy text to the system clipboard.

copy(text)

Copy text to the system clipboard.

Parameters:

text (str) – The text to copy to the clipboard.

Raises:

ClipboardError – If the clipboard operation fails.