cpp2python
Code converter
A tool that converts C/C++ source code to Python, performing simple edit operations to facilitate manual editing and formatting.
C++ to Python converter
169 stars
15 watching
80 forks
Language: Python
last commit: about 4 years ago Related projects:
Repository | Description | Stars |
---|---|---|
mutouyun/cpp-format | C++ formatting library with syntax compatible to C#/Rust/Python | 11 |
pycqa/modernize | Transforms Python 2 source code into compatible Python 3 and 2.6+ code | 355 |
tbenthompson/cppimport | A tool to import and compile C++ code from Python directly during runtime | 1,187 |
peter-evans/autopep8 | Automatically formats Python code to conform to PEP 8 style guide. | 85 |
albertz/pycparser | A Python-based C parser and interpreter with automatic ctypes interface generation | 347 |
peterhinch/micropython_data_to_py | A utility to convert binary data into Python source code for storage in Flash. | 28 |
cppcon/cppcon2017 | A collection of presentation materials from CppCon 2017, including slides and code for talks on various C++ topics. | 1,785 |
pytorch/extension-cpp | Enables the creation of custom C++ extensions with CUDA support in PyTorch | 1,017 |
boostorg/python | Enables seamless interoperability between C++ and the Python programming language. | 472 |
vadimkantorov/caffemodel2pytorch | A tool for converting Caffe models to PyTorch formats | 387 |
pearu/simple-rpc-cpp | Provides a tool to generate RPC wrappers for C/C++ functions to enable remote procedure calls on Linux platforms. | 37 |
skeletonman03/vertprontoir2flipperir | Converts Vert Pronto IR codes to a format usable by the Flipper Zero, | 9 |
soiu/tpython | A tiny, ahead-of-time compiled Python implementation designed to translate Pythonic++ to WASM. | 6 |
python-tap/tappy | Tools and APIs for converting Python unittests to the Test Anything Protocol (TAP) format. | 137 |
anthonyknorman/micropython_ads1115 | A Python implementation of an ADS1115 analog-to-digital converter for microcontrollers. | 4 |