X windows and Python?

Paul Rubin http
Tue Aug 15 14:44:59 EDT 2006


Paul Rubin <http://phr.cx@NOSPAM.invalid> writes:
> I'd like to program my Python script to put a string into the X
> windows cut buffer.

Hmm, looks like I can use w.clipboard_append with an arbitrary tkinter
widget, maybe without having to actually display anything.  I'll try
that.



More information about the Python-list mailing list