This is an effort to implement an interactive fiction interpreter in python using as reference the Z-Machine Standards Document (v1.1). PiFi uses plugins to interact with the interpreter to allow for multiple different interfaces.
poetry installpoetry run pifi <fiction file>poetry run testYou will need to use the Inform 6 compiler. In Debian/Ubuntu you can use the apt package manager:
sudo apt install inform