I cannot find pywin32 documentation or even a little synopsis of what the module is (I am aware its for win32 API stuff).
Is there any pywin32 documentation or resources? Maybe some examples?
win32com is a "Component Object Model" part of pywin32.
PyWin32 is a library of Python extensions for Windows that enables you to use the features of the Win32 application programming interface (API) on Python.
Run ' win32com\client\makepy.py ' (eg, run it from the command window, or double-click on it) and a list will be presented. Select the Type Library ' Microsoft Word 8.0 Object Library ' From a command prompt, run the command ' makepy.py "Microsoft Word 8.0 Object Library" ' (include the double quotes).
The PyWin32 installation includes a .chm
help file at [Pythonpath]\Lib\site-packages\PyWin32.chm
.
The same info is online at http://timgolden.me.uk/pywin32-docs/index.html
ActiveState used to keep this documentation online as well, including listings of modules and objects, but that seems to be taken offline.
There is a documentation for pywin32 on ActiveState :
and also a modules description and the list of objects
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With