CPP to Python Syntax Reformatting cpp code to looks like python code This formatter moves chars like { } ; to end of a line, so its improve readability of cpp code. Fixme Fix formatting error for multiline comments, when // chars appears. Beautify src code :) Usage Compile cpp project. Open CMD and execute file: CPP-to-Python-Syntax.exe <inputFile> <outputFile> <shiftSyntaxCharsBy>