I have this code that gets the windows clipboard data (in text) with ctypes using CF_UNICODETEXT in GetClipboardData function.
CF_UNICODETEXT
GetClipboardData
from __fu