Skip to content

Instantly share code, notes, and snippets.

@Erreinion
Erreinion / HTMLClipboard.py
Last active October 10, 2025 17:18
HTMLClipboard with updates for Python 3. Includes exception handling for locked clipboard. Improvement of: http://code.activestate.com/recipes/474121/
"""
Created on Sep 24, 2013
@author: RandomHardcoreJerks
Requires pywin32
original: http://code.activestate.com/recipes/474121/
# HtmlClipboard