Wrapping Python 3.7 code in C#

Will Pittenger 311 Reputation points
2023-06-02T08:47:19.66+00:00

I'm looking at wrapping an existing Python project, yt-dlp, in C#.NET. They need Python 3.7. The main thing I want to do is to is call their code, though being able to pass them a delegate, if they use something like that in their code, might help.

Any suggestions?

Developer technologies | .NET | Other
Developer technologies | C#
{count} votes

1 answer

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.