CoderNate/CSharpToPython ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple C# to Python converter that can take C# source code, parse it with Roslyn, and generate readable Python code from it.

I want a small web page where I can paste C# on one side and see the converted Python on the other, with a button to run the conversion. It should work in the browser if possible, so I can try it without installing anything. Make it feel like a clean demo tool, not a big app.

If you need to look up current docs online for the browser side or Roslyn integration, go for it. Please keep the output focused on the conversion result and make the page easy to use. If a full translation is too much for some language features, just handle the common cases well and leave clear placeholders for anything tricky.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab