TobiaC / py2pseudolatex

Translator of python code to latex pseudocode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

py2pseudolatex

Translator of python code to latex pseudocode

Requirements latex algorithmic package python 3.x (the script is done in python 3.11)

How it works The main function accepts in input a file with a method written in python and returns the pseudocode version in latex

Current limitations The script is able to translate

  • assignements
  • if statements
  • while statements Other statements are not currently supported as well as nested statements

About

Translator of python code to latex pseudocode


Languages

Language:Python 100.0%