Get tkinter text to the clipboard
bugzilla-mail-box at yandex.ru
bugzilla-mail-box at yandex.ru
Thu Mar 8 01:14:21 EST 2012
> How about
>
> import tkinter
> root = tkinter.Tk()
>
> root.clipboard_clear()
> root.clipboard_append("whatever")
>
that works, thank you
More information about the Python-list
mailing list