You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full disclosure, I am the developer & maintainer of zugbruecke.
Long story short: It allows to call routines in Windows DLLs from Python-scripts running on Unix-like systems via Wine. It is designed as a drop-in replacement for ctypes, though there are some problems / solutions that make it special, i.e. memory handling. For a better idea on how it works overall, see the getting started section in the documentation. The package has come a long way and is slowly becoming stable and reliable.
Perhaps it is a nice addition to this project?
The text was updated successfully, but these errors were encountered:
Full disclosure, I am the developer & maintainer of zugbruecke.
Long story short: It allows to call routines in Windows DLLs from Python-scripts running on Unix-like systems via Wine. It is designed as a drop-in replacement for
ctypes
, though there are some problems / solutions that make it special, i.e. memory handling. For a better idea on how it works overall, see the getting started section in the documentation. The package has come a long way and is slowly becoming stable and reliable.Perhaps it is a nice addition to this project?
The text was updated successfully, but these errors were encountered: