Upvotes
Anonymous 3
User 0
|
|
Member votes
|
|
Anonymous votes
|
|
What is PyWin32?
PyWin32 is a Python wrapper to Windows specific functionality and C APIs.
Want to work with the registry in Windows? Or maybe the clipboard, windows credentials, file attributes, etc? PyWin32 wraps the C functions, so you don't have to write C code to do this.
This page lists a ton of C functions that are wrapped by PyWin32 (e.g. CreateWindowEx).
References
Comments
Leave a Comment
We'll review your submission and post it to this page.