I was lookin for a way to access the WIndows clipboard with Python and found this Windows Clipboard Class on Python Bits and Piece
Then I found this wild piece of code. A windows clipboard daemon you can run on a machine a post this to the windowd clipboard via telnet (why??). It useful as an example of how to use the win32clipboard