Selva1910 / Pythonnet_Integration

Simple Integration of Python Code into C# .Net Application using Pythonnet Package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pythonnet Integration

Integrate Python Code into C# .Net using Pythonnet Package.

Instructions to Setup Pythonnet for new Project

  1. Create new project in Visual Studio.
  2. Add Pythonnet package using the NuGet Package Manager.
  3. Add your pythonfile.py to the Project or create your own inside the directory.
  4. Important Step:
    On the Properties of the imported python file, change the Copy to Output Directory to copy always
  5. Build and Execute.

About

Simple Integration of Python Code into C# .Net Application using Pythonnet Package.

License:MIT License


Languages

Language:C# 83.5%Language:Python 16.5%