Tutorials
Features
Dev
API Reference
Clipboard
Example:
from TermTk import TTkClipboard # Initialize the clipboard manager clipboard = TTkClipboard() # Push some text to the clipboard clipboard.setText("Example") # Get the text from the clipboard text = clipboard.text()