PYnform

Pynform is a simple front-end for the Inform 7 NI preprocessor.

It's neither a replacement for a complete Inform 7 IDE, nor the equivalent of Inform 7 for Mac OS X or MS Windows.

But it's a quick way to start making Inform 7 on Linux.

Requirement

Pynform requires Wine (to emulate the ni.exe preprocessor), and Python with tkinter for the front-end.
It can be run from the command line, and therefore requires only Wine and a shell (bash / sh)

Download

Download the project here : pynform4B91.tar.gz

Instruction for use

Edit the story.txt file with your own game.
Make a backup of it for every new project.

Use ./compile_ni.sh option1 where option1 can be :

Use ./compile_ni.sh option1 option2 to choose option between

You can also edit the script and change some default options in it.