Overview
Forum
Mango
iMango
Papaya
Multi-image Analysis GUI
Download
User Guide
Developer Guide
Troubleshooting
Acknowledgements

Mango Script Tutorial

<< Previous — API Next Tutorial — First Script >>

A Mango Script is written using the Python programming language (Jython implementation, version 2.5). Using the ScriptManager, you can write scripts from scratch or by recording actions in the Mango GUI. Recorded actions can be played back with or without user input dialogs.

A Mango Script is similar to a plugin, but without the overhead involved in compiling and packaging a plugin JAR. They can be useful for automating repetitive tasks or extending the functionality of Mango. Scripts can be run from within the Mango GUI as well as at the command-line without a GUI.

Please follow this tutorial to learn more about making and using Mango Scripts.

<< Previous — API Next Tutorial — First Script >>