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
- Host: GitHub
- URL: https://github.com/ayushmankumar7/python_cpp_dll
- Owner: ayushmankumar7
- License: gpl-3.0
- Created: 2022-04-07T15:24:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-07T18:49:30.000Z (over 3 years ago)
- Last Synced: 2025-01-29T21:28:18.388Z (8 months ago)
- Topics: bindings, cpp, dll, python, scons, window
- Language: Python
- Homepage:
- Size: 390 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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