menu.py - what is it?

This is a simple menu program for creating easy to use text mode menus that are easy to add options to. It uses a simple .ini file format to define menu options. Each menu option can run a shell command, has the option to prompt "are you sure" or run another menu ini definition as a submenu.

The program is released under the GPL 'as is'.

The program was developed with Python 1.5.2 on RedHat Linux 7.0. It requires the snack module, it also uses the python ConfigParser module for the ini file format (should be on most recent GNU/Linux distributions.

download