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 games on Linux.

You can learn more about Inform on this website : http://www.inform-fiction.org

Requirement

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

Download

Download the project here : pynform4S08.tar.gz

Instruction for use

Edit the story.txt file with your own game.
Make a backup of it for every new project (you can also make a backup of it from the little IDE).

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.