Skip to content

Kos/console-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

console-menu

a tool for immediate-mode menus, based on curses

immediate what?

Long story short:

  • call a function such as GUI.select()

  • in the function parameters, describe how the GUI should look like

  • the function blocks until the user picks a selection

  • you can ask a question, obtain a result and move on:

    value = GUI.select(from_string('''[Yes] [No]'''))
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages