Skip to content

ayushmankumar7/python_cpp_dll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_cpp_dll

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

How to run this example?

git clone [email protected]: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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published