151 skills found · Page 2 of 6
saltstack / LibnaclPython ctypes wrapper for libsodium
CorsairOfficial / Cue SDK PythonCtypes-based iCUE SDK binding for Python
csound / CtcsoundPython Bindings for Csound using ctypes. Can be used from python2.x and python3.x as well.
MatthieuDartiailh / PyclibraryC parser and ctypes automation for python
JeanExtreme002 / PyMemoryEditor:floppy_disk: Multi-platform library developed with ctypes for reading, writing and searching process memory, in a simple and friendly way with Python 3. The package supports Windows and Linux (32-bit and 64-bit).
jima80525 / Ctypes ExampleCode associated with an upcoming blog post discussing ctypes and python bindings in general
jonwright / PyopengltkOpenGL frame for Python/Tkinter via ctypes and pyopengl
nh2 / Haskell From PythonExample how to call Haskell from Python easily (using ctypes.cdll.LoadLibrary)
jtolio / Leveldb PyLevelDB Python interface using ctypes
lskbr / ColorconsolePython comes with batteries included, but console applications have no color. This project brings a very simple interface to colored console output. It does not replace curses or more sophisticated libraries. If you just need to print colored text using the same API on Linux, Windows and Mac OS X, colorconsole can be a good option. It uses ctypes to access Windows console API routines and ANSI escape codes for xterm on Linux and Mac OS X.
fluhus / SnopherA practical guide on calling Go from Python using ctypes.
bmwcarit / Python Dltpython-dlt is a thin Python ctypes wrapper around libdlt functions
fireeye / CWMIThis project is a lightweight wrapper for interacting with WMI using python/ctypes
overdev / RaylibpyctbgA Python ctypes binding generator for the awesome C library Raylib.
svpcom / Pyzmq CtypesPython bindings for pyzmq via Ctypes
mjdorma / Yara CtypesA Python ctypes package for libyara
IvonaTau / Python Wrapper For YOLOPython bindings for YOLO v2 (https://pjreddie.com/darknet/yolo/) with ctypes.
Auctoris / Ctypes DemoA simple demonstration of using ctypes to call a C++ class from Python
albertz / PySDLPySDL is a pure Python SDL binding via on-the-fly ctypes generation
aristanetworks / CtypegenGenerate ctypes boilerplate code from debugging information; Use python to mock C code for testing