The Official Python => Pseudocode Translator
The translator is written by: Marcus Sorensen (marcus-dk) and Igor Michalec (BlueComrade)
To Use:
- Add the python file that you want to translate to pseudocode into a directory with this code
- Change the "python_file" variable (line 10) to the name of the python file you want translated
- Run the program
- A new text file with the newly created pseuodcode will be in the directory that the code was run in
Prerequisites: python 3.7