Graphical Python Shell

The giplt python shell offers a full python interpreter context, pre-loaded with the basic iplt module (i.e. from iplt import * ). The output of the shell is color coded to easily identify errors. In addition the shell also provides a command completion and history facility. Using the file menu commands can be saved to or loaded from a script file and the whole ouput can be saved to a log file.

Colour coding

blue command
black output
red error
grey command hint

Keyboard commands

<Arrow-Up> go back in command history
<Arrow-Down> go forward in command history
<Tab> command completion
<Tab><Tab> show possible commands

Example


back to gui

Attachments