Hi all! I want to access the clipboard using Python 3.1. I've obviously come across win32clipboard, but it requires pywin32 and in its site I only found download versions for up to Python 2.13 or so.
Bottom line: Is there a way to access the clipboard in Python 3.1 or do I have to revert to an old Python version?