I need to create some basic applications that will include hierarchical menus and data entry forms. They need to be run from the command line, not through a GUI interface. They also need to work on both Windows and UNIX machines.
What is the best module to use? Should I use the Curses modules or is there something less complicated?