Can python access windows clipboard

Michael Hoffman cam.ac.uk at mh391.invalid
Thu Jun 21 05:50:24 EDT 2007


MaHL wrote:
> Can I use python to copy something(like a string) to the clipboard, so
> that I can paste it somewhere else. Is there a way to do this?

If you're using Cygwin Python you can just open /dev/clipboard and work 
on that.
-- 
Michael Hoffman



More information about the Python-list mailing list