Python package interact with clipboard
winclip is a native Windows clipboard library for Ruby. It gets and sets Unicode text, images (as PNG bytes, converted to/from CF_DIB/CF_DIBV5 via WIC), and file lists (CF_HDROP), plus clear, format introspection, and has_text?/has_image?/has_files? queries. The PNG image interface pairs directly with the windraw gem. Windows MSVC (mswin) Ruby only.
No description provided.