I want to make a basic encryption/decryption program in Visual C# using a python script. Is it possible to do so?
1 Answer
Yes it is possible to call Python from C# by using IronPython an example can be found here.
Yes it is possible to call Python from C# by using IronPython an example can be found here.