Playing with Computers: TIPS: Python: Copying text in Clipboard …

May 18, 2010
By

import win32clipboard win32clipboard.OpenClipboard() win32clipboard.EmptyClipboard() win32clipboard.SetClipboardText(text) win32clipboard.CloseClipboard(). Posted by Mayank Johri at 6:11 PM. Labels: Development, Python, Tips …

View original here:
Playing with Computers: TIPS: Python: Copying text in Clipboard …

Tags: , , , , , , ,

Leave a Reply

Your email address will not be published. Required fields are marked *

*