The ctypes module
The ctypes module: "ctypes is a Python package to create and manipulate C data types in Python, and to call functions in dynamic link libraries/shared dlls. It allows wrapping these libraries in pure Python.
It works on Windows, Linux and MacOS X and other systems. The latter require that your machine is supported by libffi."
It works on Windows, Linux and MacOS X and other systems. The latter require that your machine is supported by libffi."
<< Home