ctypes-bindings

There are 17 repositories under ctypes-bindings topic.

  • sudiptab2100/Wild-Storage

    Use YouTube as Infinite Cloud Storage

    Language:Python571310
  • overdev/raylibpyctbg

    A Python ctypes binding generator for the awesome C library Raylib.

    Language:Python28432
  • cedlemo/ctypes-stubs-generation-notes

    OCaml Ctypes stubs generation notes

    Language:OCaml19201
  • laggykiller/rlottie-python

    A ctypes API for rlottie, with additional functions for getting Pillow Image.

    Language:Python15181
  • cedlemo/OCaml-GI-ctypes-bindings-generator

    gi-bindings-generator : OCaml Loader that uses GObject-Introspection in order to automatically create Ctypes bindings for Gnome libraries.

    Language:OCaml64294
  • jimmyorourke/ctypesgen2

    Automatically generate ctypes Python bindings from C sources and shared objects, using ctypeslib2 with libclang. Plus a CMake wrapper.

    Language:Python5300
  • cedlemo/OCaml-Bsonc

    Ctypes bindings to libbson for OCaml

    Language:OCaml120
  • jsmolina/c-api-python

    This repo provides some basic examples of using simplest fib implementation with C code and calling it from Python

    Language:Python1200
  • bornalgo/py-cpp-bindings

    This is a Python utility for generating seamless bindings to C++ libraries, enabling you to effortlessly interface Python with existing C++ codebases.

    Language:Python0100
  • lynnporu/annotatec

    Python library which allows you to annotate C code and use it for ctypes.

    Language:Python01120
  • Ma-Fi-94/rk4

    The classical 4th order Runge-Kutta solver, implemented in plain C for optimal performance. Also includes a wrapper library with Python bindings, so it may be called from within Python.

    Language:C0250
  • python-supply/working-with-foreign-functions

    Python offers a rich set of APIs that make it possible to build wrappers for foreign functions written in another language (such as C/C++) and compiled into shared libraries. This article introduces some basic techniques that will allow you to start using shared libraries in your projects.

    Language:Jupyter Notebook0200
  • yannickperrenet/strman

    🤔 (Educational) Calling C from Python using ctypes

    Language:C0120
  • kelbudiul/mctg

    A Markov Chain Text Generator combining Go's efficiency with Python and Streamlit. Generate new text from learned patterns using a hybrid Go-Python implementation and user-friendly web interface. making it ideal for text generation enthusiasts and those interested in Go-Python integrations.

    Language:C
  • ldo/python_topics_notebooks

    IPython notebooks on various Python topics

    Language:Jupyter Notebook31
  • suzusuzu/rust-python-ctypes

    Example project to extend python with rust and ctypes

    Language:Python20