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: about 2 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-07T18:49:30.000Z (about 4 years ago)
- Last Synced: 2025-06-08T20:03:41.390Z (about 1 year ago)
- Topics: bindings, cpp, dll, python, scons, window
- Language: Python
- Homepage:
- Size: 390 KB
- Stars: 0
- Watchers: 1
- 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