A python implementation of the esoteric programing language SaHuTOrEPoL
pip install sahutorepol
From the terminal:
sahutorepol run <file>
For detailed help use help command:
sahutorepol help
In python:
from sahutorepol import parse
...
c = parse(code)
c.run()