How to use a C# dll in python project | Using Function from C# dll | Dynamic Link Library | Python



How to use a C# dll in python project | Using Function from C# dll | Dynamic Link Library | Python

How to use a C# dll in python project | Using Function from C# dll | Dynamic Link Library | Python

This video will be demonstrating How we can use a C# DLL in our python projects and access some functions from the DLL.
Here we will be creating a simple dll which have a basic Addition method inside, and later we will try using this dll in our python project and utilizing the Addition method.

Package used : pythonnet
pip install pythonnet

Laptop: 🔹 http://fkrt.it/cBN!jANNNN
Storage: 🔹 http://fkrt.it/cNwxbANNNN
Keyboard: 🔹 http://fkrt.it/fwyOv0uuuN

Github code:
https://github.com/sarangsmk/import-dll-into-python-project

Chapters:
0:00 Introduction
0:20 Dll Creation
2:40 Python Project Creation
3:47 pip install package
5:11 Importing dll into python project
8:12 Code Execution
9:09 Common Errors

––––––––––––––––––––––––––––––
Flow by Luke Bergs https://soundcloud.com/bergscloud
Creative Commons — Attribution-ShareAlike 3.0 Unported — CC BY-SA 3.0
Free Download / Stream: https://bit.ly/3gGE7n6
Music promoted by Audio Library https://youtu.be/7aF0VyXwikc
––––––––––––––––––––––––––––––

#C# #python #howto #code #dll #project #csharp #dotnet #pythonnet