Skip to content

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

License

Notifications You must be signed in to change notification settings

Commander07/PyCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published