aegirhall / console-menu

A simple Python menu system for building terminal user interfaces.
MIT License
365 stars 58 forks source link

Questions about the cascade sub menu #76

Closed wangyihanlarry closed 2 years ago

wangyihanlarry commented 2 years ago

Hi,

Is there any way possible to create a serises of submenu, you know, we some times need mutliple level selections to reach to the desired page. like a wizard.

BR Larry

aegirhall commented 2 years ago

Hi @wangyihanlarry,

Yes, submenus can be many levels deep (there is no restriction on how many submenus you can have, other than system resource limitations, and UX best-practices :)

See the files in the "examples" folder to see several examples of using submenus.