Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.56 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.56 KB


PyCPP is a simple tool for wrapping and using C++ functions and libraries.

Installation    |    Resources    |    Contributing

Installation

# install via pypi
$ pip3 install PyCPP

Usage

# call pycpp.py and create python package in the output folder which includes the wrapped dll
$ python3 -m pycpp <DLL Name> <Output>

Resources

  • Online Documentation for official documentation.
  • PyPi Package release page.

Contributing

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.