[python-win32] A slightly nutty idea I came up with, that may help with Win32 API wrapper development.
bifferos
bifferos at yahoo.co.uk
Sun May 31 13:07:05 CEST 2015
I've produced a script that lets you generate a python module containing the
definitions in a windows header file. I do realise that gcc-xml can also help
with stuff like this, but I wanted to try another approach to see where it got me.
The script is here:
https://github.com/bifferos/wrappers/blob/master/defines.py
thanks,
Biff.
More information about the python-win32
mailing list