An open API service indexing awesome lists of open source software.

https://github.com/ayushmankumar7/python_cpp_dll

Build a DLL using C++ and Scons and use in Python
https://github.com/ayushmankumar7/python_cpp_dll

bindings cpp dll python scons window

Last synced: 7 months ago
JSON representation

Build a DLL using C++ and Scons and use in Python

Awesome Lists containing this project

README

          

# python_cpp_dll
Build a DLL using C++ and Scons and use in Python

## How to run this example?

```
git clone git@github.com:ayushmankumar7/python_cpp_dll.git
cd python_cpp_dll
pip3 install -r requirements.txt
scons
python test.py
```

## Advantage of using DLL

1. You it's small in size
2. You can copy and use it anywhere
3. It's not dependent on any other file