PyCPP is a simple tool for wrapping and using C++ functions and libraries.
Installation | Resources | Contributing
# install via pypi
$ pip3 install PyCPP
# call pycpp.py and create python package in the output folder which includes the wrapped dll
$ python3 -m pycpp <DLL Name> <Output>
- Online Documentation for official documentation.
- PyPi Package release page.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Feel free to create a fork and use the code.