Vizard 7 » Tutorials & Examples » Python Programming » Addons » pywin32
7.6

pywin32

The pywin32 package provides access to various Windows APIs within Python. These APIs can be used to create UI objects (windows, dialogs, etc..), interface to native or 3rd party libraries using COM, access low-level OS functionality, and much more.

Installation