A limited subset of pywin32 re-implemented using ctypes (or cffi)
conda install anaconda::pywin32-ctypes
A reimplementation of pywin32 that is pure python. The default behaviour will try to use cffi (>= 1.3.0), if available, and fall back to using ctypes.