TestPythonFromNET is a simple project demonstrating how to run Python scripts from a C# Windows Forms application and capture the output.
- Run Python scripts directly from C#.
- Capture standard output and error from Python.
- Basic video/camera integration using AForge.NET (optional).
- Example of passing data between C# and Python.
- .NET Framework (or .NET Core / .NET 6+)
- Python 3.x installed and added to PATH
- Optional: AForge.NET for camera/video functionality
- Clone this repository:
git clone https://github.com/yourusername/TestPythonFromNET.git