Python Menu System

A Python Text-Based Menu System
Download

Python Menu System Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Open Source
  • Publisher Name:
  • Daniel Mikusa
  • Publisher web site:
  • Operating Systems:
  • Linux
  • File Size:
  • 10KB

Python Menu System Tags


Python Menu System Description

Menu is the basic menu class that represents a menu object. Multiple menu objects can be stacked in a heirarchial manner to create a menu system. The basic menu represents a question to the user, that can be answered by selecting option from a list of possibilities. A 'Yes or No' question could be represented by this object. A Menu object is used to group Choice objects. Choice object represent one possible course of action for a menu. If a Menu asks a 'Yes or No' question, 'Yes' and 'No' would each be choice objects. DataMenu is a subclass of Menu that allow the you to gather free form data from the user. DataMenu is interchangable with Menu. The MenuGenie interface is a way that you can create you own menu storage classes. For instance you may want to save menus a MySQL database (or any other database), XML, or anything else might like.


Python Menu System Related Software